System.Windows.Forms.NotifyIcon: Event Members

The events of System.Windows.Forms.NotifyIcon are listed below. For a list of all members, see the NotifyIcon Members list.

See Also: Inherited members from System.ComponentModel.Component

Public Events

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.

DoubleClick

Occurs when the user double-clicks the icon in the notification area of the taskbar.

MouseClick

Occurs when the user clicks a System.Windows.Forms.NotifyIcon with the mouse.

MouseDoubleClick

Occurs when the user double-clicks the System.Windows.Forms.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.