Click or drag to resize

CategoryRenameEventArgs Class


Event arguments that capture the information of "Rename" action of a Category Node.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventEntityEventArgsICategoryNode
      Ingeniux.CMS.EventCategoryRenameEventArgs

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

The CategoryRenameEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodCategoryRenameEventArgsInitializes a new instance of the CategoryRenameEventArgs class
Top
Properties
 NameDescription
Public propertyEntity Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT)
Public propertyNewName Gets the new name
Public propertyOldName Gets the name before renaming
Public propertySession Gets/set the session where the activity happens under
(Inherited from EntityEventArgsT)
Top
See Also