'Declaration Public Event FirstRowChange As SplitEventHandler
public event SplitEventHandler FirstRowChange
Event Data
The event handler receives an argument of type SplitEventArgs containing data related to this event. The following SplitEventArgs properties provide information specific to this event.
Property | Description |
---|---|
SplitIndex | Indicates the position of the Split in the Splits collection. |
See Also