Interface ICategoryEvents
Service that will raise events when a Category is changed.
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public interface ICategoryEvents
Events
CategoryCreated
Occurs when a new Category is added.
Declaration
event EventHandler<CategoryEventArgs> CategoryCreated
Event Type
Type | Description |
---|---|
System.EventHandler<CategoryEventArgs> |
CategoryDeleted
Occurs when an existing Category is deleted.
Declaration
event EventHandler<CategoryEventArgs> CategoryDeleted
Event Type
Type | Description |
---|---|
System.EventHandler<CategoryEventArgs> |
CategoryUpdated
Occurs when an existing Category is updated.
Declaration
event EventHandler<CategoryEventArgs> CategoryUpdated
Event Type
Type | Description |
---|---|
System.EventHandler<CategoryEventArgs> |