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