ElementHost::MouseUp Event

 

Occurs when the mouse pointer is over the control and a mouse button is released.

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

public:
[BrowsableAttribute(false)]
event MouseEventHandler^ MouseUp {
	void add(MouseEventHandler^ value);
	void remove(MouseEventHandler^ value);
}

For more information about the MouseUp event, see Control::MouseUp.

.NET Framework
Available since 3.0
Return to top
Show: