Table of Contents

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

sender object

The object which is going to be modified.

propertyname string

The name of the property that is changed

newvalue object

The new value of the property.

cancel bool

Set this as true in order not to run the default VectorDraw event code.

Constructors

BeforeModifyObjectEventHandler(object, IntPtr)

Methods

BeginInvoke(object, string, object, ref bool, AsyncCallback, object)
EndInvoke(ref bool, IAsyncResult)
Invoke(object, string, object, ref bool)