ElementHost::MouseCaptureChanged Event

 

Occurs when the control loses or gains mouse capture.

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

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

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

.NET Framework
Available since 3.0
Return to top
Show: