Event TrayIconContextMenu
Occurs when the user right-clicks the tray icon.
Namespace: WinUIEx
Assembly: WinUIEx.dll
Syntax
public event TypedEventHandler<WindowManager, TrayIconEventArgs>? TrayIconContextMenu
Returns
Type | Description |
---|---|
TypedEventHandler<WindowManager, TrayIconEventArgs> | Occurs when the user right-clicks the tray icon. |