Delegate vdDocument.BeforeModifyObjectEventHandler
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
Represents the method that will handle the OnBeforeModifyObject event.
public delegate void vdDocument.BeforeModifyObjectEventHandler(object sender, string propertyname, object newvalue, ref bool cancel)
Parameters
senderobjectThe object which is going to be modified.
propertynamestringThe name of the property that is changed
newvalueobjectThe new value of the property.
cancelboolSet this as true in order not to run the default VectorDraw event code.