[]
Represents a defined method that handles the AutoSortedColumn event for the Spread component.
public delegate void AutoSortedColumnEventHandler(object sender, AutoSortedColumnEventArgs e)
Public Delegate Sub AutoSortedColumnEventHandler(sender As Object, e As AutoSortedColumnEventArgs)
Type | Name | Description |
---|---|---|
object | sender | Source of the event |
AutoSortedColumnEventArgs | e | Event data |