Click or drag to resize
ObjectSortEventArgsTObject Properties

The ObjectSortEventArgsTObject generic type exposes the following members.

Properties
  NameDescription
Public propertyAscending
Indicates if the sort should be ascending.
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.
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.)
Top
See Also