Method OnContextMenuOpening
- Namespace
- Alternet.Scripter.Integration.Wpf
- Assembly
- Alternet.Scripter.Integration.Wpf.v9.dll
OnContextMenuOpening(ContextMenuEventArgs)
Invoked whenever an unhandled ContextMenuOpening routed event reaches this class in its route. Implement this method to add class handling for this event.
protected override void OnContextMenuOpening(ContextMenuEventArgs e)
Parameters
e
ContextMenuEventArgsThe RoutedEventArgs that contains the event data.