SaaS CMS has officially launched! Learn more now.

Class CategoryEventArgs

Contains event arguments for events raised by ICategoryEvents.

Inheritance
System.Object
CategoryEventArgs
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
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

Extension Methods