Table of Contents

Method RaiseActionStart

Namespace
VectorDraw.Professional.vdObjects
Assembly
VectorDraw.Professional.dll

RaiseActionStart(string)

Raises the ActionStart event with passed action command name

public bool RaiseActionStart(string actionName)

Parameters

actionName string

The command name that is going to be started.

Returns

bool

False if the cancel parameter of an ovveride of ActionStart event was set to false.