Click or drag to resize
DocumentChangeOrderEventArgs Properties

The DocumentChangeOrderEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyNewOrder
Specific new document order index to be set. If not defined, the OrderType is used instead.
(Inherited from DocumentChangeOrderEventArgsTDocument.)
Public propertyNode
Document
(Inherited from DocumentChangeOrderEventArgsTDocument.)
Public propertyOrderType
Defines the order type (First, Last, Alphabetical) if the NewOrder is not specified.
(Inherited from DocumentChangeOrderEventArgsTDocument.)
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Public propertyParameter
Event parameter
(Inherited from CMSEventArgsParameterType.)
Public propertyRelativeOrder
Indicates if the NewOrder index is relative to current document position.
(Inherited from DocumentChangeOrderEventArgsTDocument.)
Top
See Also