NotifyIcon Events
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | BalloonTipClicked | Occurs when the balloon tip is clicked. |
![]() | BalloonTipClosed | Occurs when the balloon tip is closed by the user. |
![]() | BalloonTipShown | Occurs when the balloon tip is displayed on the screen. |
![]() | Click | Occurs when the user clicks the icon in the notification area. |
![]() | Disposed | |
![]() | DoubleClick | Occurs when the user double-clicks the icon in the notification area of the taskbar. |
![]() | MouseClick | Occurs when the user clicks a NotifyIcon with the mouse. |
![]() | MouseDoubleClick | Occurs when the user double-clicks the NotifyIcon with the mouse. |
![]() | MouseDown | Occurs when the user presses the mouse button while the pointer is over the icon in the notification area of the taskbar. |
![]() | MouseMove | Occurs when the user moves the mouse while the pointer is over the icon in the notification area of the taskbar. |
![]() | MouseUp | Occurs when the user releases the mouse button while the pointer is over the icon in the notification area of the taskbar. |
