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