Click or drag to resize
ObjectSortEventArgs Properties

The ObjectSortEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAscending
Indicates if the sort should be ascending.
(Inherited from ObjectSortEventArgsTObject.)
Public propertyContent
Object content. Used when it makes sense: Search indexing
(Inherited from ObjectEventArgsTObject.)
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyNameColumn
Column by the content of which the alphabetical order will be set.
(Inherited from ObjectSortEventArgsTObject.)
Public propertyObject
Processed object
(Inherited from ObjectEventArgsTObject.)
Public propertyOrderColumn
Name of the order column. If null, OrderColumn from TypeInfo is taken.
(Inherited from ObjectSortEventArgsTObject.)
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Top
See Also