Event LabelEditBegin
Occurs when user is about to begin editing a property label.
public event EventHandler<CancelEventArgs>? LabelEditBegin
Returns
- EventHandler<CancelEventArgs>
- Occurs when user is about to begin editing a property label.
- Implements
Remarks
You can veto this event to prevent the action.