[]
Represents a defined method that handles the RangeGroupStateChanged event for an outline (range group) of the Spread component.
public delegate void RangeGroupStateChangedEventHandler(object sender, RangeGroupStateChangedEventArgs e)
Public Delegate Sub RangeGroupStateChangedEventHandler(sender As Object, e As RangeGroupStateChangedEventArgs)
Type | Name | Description |
---|---|---|
object | sender | Source of the RangeGroupStateChanged event |
RangeGroupStateChangedEventArgs | e | RangeGroupStateChangedEventArgs object that contains the event data |