Try our conversational search powered by Generative AI!

Class CategoryEventArgs

Contains event arguments for events raised by ICategoryEvents.

Inheritance
System.Object
System.EventArgs
CategoryEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 11.20.7
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