[]
Provides data for the BeforeSort and AfterSort events.
public class SortColEventArgs : EventArgs
| Name | Description |
|---|---|
| SortColEventArgs(int, SortFlags) | Initializes a new instance of the SortColEventArgs class. |
| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the drag operation should be canceled. |
| Col | Gets the column that is being sorted. |
| Handled | Gets or sets a value indicating whether the drag operation has been handled by the event handler. |
| Order | Gets or sets a SortFlags value that determines the sorting order. |