Event ContextMenu
Occurs when the user right-clicks the tray icon or selects the context menu from the keyboard.
Namespace: WinUIEx
Assembly: WinUIEx.dll
Syntax
public event TypedEventHandler<TrayIcon, TrayIconEventArgs>? ContextMenu
Returns
Type | Description |
---|---|
TypedEventHandler<TrayIcon, TrayIconEventArgs> | Occurs when the user right-clicks the tray icon or selects the context menu from the keyboard. |