Table of Contents

Delegate vdDocument.AfterModifyObjectEventHandler

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

Represents the method that will handle the OnAfterModifyObject event.

public delegate void vdDocument.AfterModifyObjectEventHandler(object sender, string propertyname)

Parameters

sender object

The object which was modified.

propertyname string

The name of the property that was changed.

Constructors

AfterModifyObjectEventHandler(object, IntPtr)

Methods

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