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

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

Syntax

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

Parameters

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

See Also