Table of Contents

Event ColBeginDrag

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.