Click or drag to resize
ObjectChangeOrderEventArgs<TObject> Properties

The ObjectChangeOrderEventArgs< TObject> generic type exposes the following members.

Properties
  NameDescription
Public propertyContent
Object content. Used when it makes sense: Search indexing
(Inherited from ObjectEventArgs<TObject>.)
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyNewOrder
Specific new document order index to be set.
Public propertyObject
Processed object
(Inherited from ObjectEventArgs<TObject>.)
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