Event DropDownMenuShowing
Occurs when a drop-down menu is about to be displayed, allowing the event handler to cancel the operation.
public event EventHandler<BaseCancelEventArgs>? DropDownMenuShowing
Returns
- EventHandler<BaseCancelEventArgs>
- Occurs when a drop-down menu is about to be displayed, allowing the event handler to cancel the operation.