ElementHost::DoubleClick Event

 

Occurs when the control is double-clicked.

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

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

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

.NET Framework
Available since 3.0
Return to top
Show: