Class CategoryEventArgs
Contains event arguments for events raised by ICategory
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class CategoryEventArgs : EventArgs
Constructors
CategoryEventArgs(Category)
Initializes a new instance of the Category
Declaration
public CategoryEventArgs(Category category)
Parameters
Properties
Category
Get the Category that was changed.
Declaration
public Category Category { get; }
Property Value
Type | Description |
---|---|
Category |