CADability dotNET
Override this method to react on the MouseWheel event.

Namespace: CADability.Actions
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public virtual void OnMouseWheel(
	MouseEventArgs e,
	IView vw
)
Visual Basic
Public Overridable Sub OnMouseWheel ( _
	e As MouseEventArgs, _
	vw As IView _
)
Visual C++
public:
virtual void OnMouseWheel(
	MouseEventArgs^ e, 
	IView^ vw
)

Parameters

e
Type: System.Windows.Forms..::..MouseEventArgs
MouseEventArgs of the call
vw
Type: CADability..::..IView
the IView which contains the mouse

See Also