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