Click or drag to resize

PageRelocateEventArgs Class


Event arguments that capture "Moving" of a Page or Pages.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventEntityEventArgsIPage
      Ingeniux.CMS.EventPageRelocateEventArgs
        Ingeniux.CMS.EventPagePostCopyEventArgs

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

The PageRelocateEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodPageRelocateEventArgs
Initializes a new instance of the PageRelocateEventArgs class
Top
Properties
  NameDescription
Public propertyEntity
Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT.)
Public propertyRelocatePosition
Gets the target position relative to the Target Page
Public propertySession
Gets/set the session where the activity happens under
(Inherited from EntityEventArgsT.)
Public propertySinglePage
Gets whether this is a single Page operation or multiple Pages
Public propertyTargetPage
Gets the target Page where the Page or Pages are moving to
Top
See Also