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