CADability dotNET
This method will be called when the user presses the escape key. The default implementation does nothing.

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

Syntax

C#
public virtual void OnEscape(
	Object sender
)
Visual Basic
Public Overridable Sub OnEscape ( _
	sender As Object _
)
Visual C++
public:
virtual void OnEscape(
	Object^ sender
)

Parameters

sender
Type: System..::..Object

See Also