Click or drag to resize

CategorizationEventArgsT Class


Event arguments that capture "Categorization" action of a Content Item.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventEntityEventArgsICategoryNode
      Ingeniux.CMS.EventCategorizationEventArgsT

Namespace: Ingeniux.CMS.Event
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public class CategorizationEventArgs<T> : EntityEventArgs<ICategoryNode>
where T : IContentItem

Type Parameters

T
Content Item class type

The CategorizationEventArgsT type exposes the following members.

Constructors
 NameDescription
Public methodCategorizationEventArgsTInitializes a new instance of the CategorizationEventArgsT class
Top
Properties
 NameDescription
Public propertyAction Gets the type of action, which is to categorize, or to remove categorization
Public propertyContentItem Gets the Content Item involved in the "Categorization" action
Public propertyEntity Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT)
Public propertySession Gets/set the session where the activity happens under
(Inherited from EntityEventArgsT)
Top
See Also