'Declaration Public Event RowColChange As RowColChangeEventHandler
public event RowColChangeEventHandler RowColChange
Event Data
The event handler receives an argument of type RowColChangeEventArgs containing data related to this event. The following RowColChangeEventArgs properties provide information specific to this event.
Property | Description |
---|---|
LastCol | The previous column index of the DisplayColumns collection. |
LastRow | The previous row index. |
See Also