Delegate ContextMenuEventHandler
Represents the method that will handle the ContextMenuOpening routed events.
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
public delegate void ContextMenuEventHandler(object sender, ContextMenuEventArgs e);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | The object where the event handler is attached. |
| ContextMenuEventArgs | e | The event data. |