Class TableViewClearSortingEventArgs
Provides data for the event that is raised when sorting is cleared from TableView.
public class TableViewClearSortingEventArgs : HandledEventArgs
- Inheritance
-
objectEventArgsHandledEventArgsTableViewClearSortingEventArgs
Constructors
TableViewClearSortingEventArgs(TableViewColumn?)
Initializes a new instance of the TableViewClearSortingEventArgs class.
public TableViewClearSortingEventArgs(TableViewColumn? column = null)
Parameters
columnTableViewColumnThe column from which the sorting is being cleared.
Properties
Column
Gets the column from which the sorting is being cleared.
public TableViewColumn? Column { get; }