Click or drag to resize

ITaxonomyEvents Interface


Represents the collection of events triggered by the Taxonomy system

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public interface ITaxonomyEvents

The ITaxonomyEvents type exposes the following members.

Events
  NameDescription
Public eventAfterCategoryDelete
This event is fired after a Category Node is deleted.
Public eventAfterTaxonomyMove
This event is fired after a Category Node is moved.
Public eventBeforeCategoryDelete
This event is fired before a Category Node is deleted.
Public eventBeforeTaxonomyMove
This event is fired before a Category Node is moved.
Public eventCategoryCreated
This event is fired when a Category Node is created.
Top
See Also