NotifyIcon::BalloonTipClosed Event

 

Occurs when the balloon tip is closed by the user.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
event EventHandler^ BalloonTipClosed {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

For more information about handling events, see NIB: Consuming Events.

The following code example demonstrates how to handle the BalloonTipClosed event.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: