'Declaration Public Event GridChanged As C1.Win.FlexGrid.GridChangedEventHandler
public event C1.Win.FlexGrid.GridChangedEventHandler GridChanged
Event Data
The event handler receives an argument of type C1.Win.FlexGrid.GridChangedEventArgs containing data related to this event. The following GridChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
c1 | Gets the range's first column index. |
c2 | Gets the range's last column index. |
GridChangedType | The type of action that caused the event to fire. |
r1 | Gets the range's first row index. |
r2 | Gets the range's last row index. |
See Also