CADability dotNET
Overrides OnMouseLeave(EventArgs, IView). Usually you don't override this method, but handle the appropriate events of the input objects.

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

Syntax

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

See Also