ElementHost::MouseClick Event

 

Occurs when the control is clicked by the mouse.

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

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

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

.NET Framework
Available since 3.0
Return to top
Show: