Event Selected
Occurs when the user clicks the left mouse button on the tray icon or selects it via the keyboard.
Namespace: WinUIEx
Assembly: WinUIEx.dll
Syntax
public event TypedEventHandler<TrayIcon, TrayIconEventArgs>? Selected
Returns
| Type | Description |
|---|---|
| TypedEventHandler<TrayIcon, TrayIconEventArgs> | Occurs when the user clicks the left mouse button on the tray icon or selects it via the keyboard. |