CADability dotNET
The action has been activated. From now on it will receive calls of the mouse event methods like OnMouseMove(MouseEventArgs, IView).

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

Syntax

C#
public virtual void OnActivate(
	Action OldActiveAction,
	bool SettingAction
)
Visual Basic
Public Overridable Sub OnActivate ( _
	OldActiveAction As Action, _
	SettingAction As Boolean _
)
Visual C++
public:
virtual void OnActivate(
	Action^ OldActiveAction, 
	bool SettingAction
)

Parameters

OldActiveAction
Type: CADability.Actions..::..Action
the action that was active
SettingAction
Type: System..::..Boolean
true: if the action has bee set, false: if the action is resumed

See Also