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