Click or drag to resize
ObjectChangeOrderEventArgsTObject Properties

The ObjectChangeOrderEventArgsTObject generic type exposes the following members.

Properties
  NameDescription
Public propertyContent
Object content. Used when it makes sense: Search indexing
(Inherited from ObjectEventArgsTObject.)
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyNewOrder
Specific new document order index to be set.
Public propertyObject
Processed object
(Inherited from ObjectEventArgsTObject.)
Public propertyOrderColumn
Name of the order column. If null, OrderColumn from TypeInfo is taken.
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Public propertyRelativeOrder
Indicates if the NewOrder index is relative to current document position.
Top
See Also