Method InitBaseAction
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
InitBaseAction(object, ref BaseAction)
Fires the OnInitBaseAction event.
public void InitBaseAction(object sender, ref BaseAction action)
Parameters
senderobjectA vdLayout object where the action is added.
actionBaseActionThe BaseAction reference object that will be added.
Remarks
By default this method is internally called by VectorDraw passing a reference of a VectorDraw.Professional.Actions.ActionManager object which is the default Action implementation for all Layouts and viewport objects.