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 ObjectSortEventArgs<TObject>.)
Public propertyContent
Object content. Used when it makes sense: Search indexing
(Inherited from ObjectEventArgs<TObject>.)
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyNameColumn
Column by the content of which the alphabetical order will be set.
(Inherited from ObjectSortEventArgs<TObject>.)
Public propertyObject
Processed object
(Inherited from ObjectEventArgs<TObject>.)
Public propertyOrderColumn
Name of the order column. If null, OrderColumn from TypeInfo is taken.
(Inherited from ObjectSortEventArgs<TObject>.)
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Top
See Also