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