Click or drag to resize

PageRenameEventArgs Class


Event arguments that capture "Rename" action of a Page.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventEntityEventArgsIPage
      Ingeniux.CMS.EventPageRenameEventArgs

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

The PageRenameEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodPageRenameEventArgsInitializes a new instance of the PageRenameEventArgs 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 old name
Public propertySession Gets/set the session where the activity happens under
(Inherited from EntityEventArgsT)
Top
See Also