[]
Called before a column is resized.
protected override void OnResizingColumn(GridControlRangeEventArgs e)
Protected Overrides Sub OnResizingColumn(e As GridControlRangeEventArgs)
| Type | Name | Description |
|---|---|---|
| GridControlRangeEventArgs | e | GridControlRangeEventArgs that contains the event data. |
Called before a column is resized.
protected virtual void OnResizingColumn(GridCellRangeEventArgs e)
Protected Overridable Sub OnResizingColumn(e As GridCellRangeEventArgs)
| Type | Name | Description |
|---|---|---|
| GridCellRangeEventArgs | e | GridCellRangeEventArgs that contains the event data. |