Event ContextMenuShowing
Occurs when a context menu is about to be displayed, allowing the event handler to cancel the operation, substitute context menu, or implement custom logic.
public event EventHandler<HandledEventArgs<ContextMenu?>>? ContextMenuShowing
Returns
- EventHandler<HandledEventArgs<ContextMenu>>
- Occurs when a context menu is about to be displayed, allowing the event handler to cancel the operation, substitute context menu, or implement custom logic.