CADability dotNET
Overrides OnEscape()()()(). 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 OnEscape(
	Object sender
)
Visual Basic
Public Overrides Sub OnEscape ( _
	sender As Object _
)
Visual C++
public:
virtual void OnEscape(
	Object^ sender
) override

Parameters

sender
Type: System..::..Object

See Also