[]
Provides data for the GridChanged event handler.
public class GridChangedEventArgs : EventArgs
Name | Description |
---|---|
GridChangedType | The type of action that caused the event to fire. |
c1 | Gets the range's first column index. |
c2 | Gets the range's last column index. |
r1 | Gets the range's first row index. |
r2 | Gets the range's last row index. |