Table of Contents

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

sender object

A vdLayout object where the action is added.

action BaseAction

The 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.