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