Event ColBeginDrag
Occurs when user starts resizing a column.
public event EventHandler<CancelEventArgs>? ColBeginDrag
Returns
- EventHandler<CancelEventArgs>
- Occurs when user starts resizing a column.
- Implements
Remarks
You can veto this event to prevent the action.