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