Class CategoryDeletedEventArgs
Contains event arguments for events raised by CategoryDeleted.
Inherited Members
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class CategoryDeletedEventArgs : CategoryEventArgs
Constructors
CategoryDeletedEventArgs(Category, IEnumerable<ContentReference>)
Initializes a new instance of the CategoryDeletedEventArgs class.
Declaration
public CategoryDeletedEventArgs(Category category, IEnumerable<ContentReference> contentLinks)
Parameters
Type | Name | Description |
---|---|---|
Category | category | |
System.Collections.Generic.IEnumerable<ContentReference> | contentLinks |
Properties
ContentLinks
Get the list content that was changed when category is delete.
Declaration
public IEnumerable<ContentReference> ContentLinks { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ContentReference> |