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