Table of Contents

Method RaiseOnBeforeModify

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

RaiseOnBeforeModify(string, object)

Raises the OnBeforeModifyObject Event of vdDocument object.

public bool RaiseOnBeforeModify(string propertyname, object newvalue)

Parameters

propertyname string

The name of the changed property.

newvalue object

The new value of the property.

Returns

bool

Returns if the value can be set to the object.