CADability dotNET
The action has been inactivated. No more calls to the mouse events will appear.

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

Syntax

C#
public virtual void OnInactivate(
	Action NewActiveAction,
	bool RemovingAction
)
Visual Basic
Public Overridable Sub OnInactivate ( _
	NewActiveAction As Action, _
	RemovingAction As Boolean _
)
Visual C++
public:
virtual void OnInactivate(
	Action^ NewActiveAction, 
	bool RemovingAction
)

Parameters

NewActiveAction
Type: CADability.Actions..::..Action
the action that will become active
RemovingAction
Type: System..::..Boolean
true: if called because the action is removed, false: if called when a new action is set on top of this action

See Also