ElementHost::MouseWheel Event

 

Occurs when the mouse wheel moves while the control has focus.

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

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

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

.NET Framework
Available since 3.0
Return to top
Show: