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