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
propertynamestringThe name of the changed property.
newvalueobjectThe new value of the property.
Returns
- bool
Returns if the value can be set to the object.