Table of Contents

Delegate vdDocument.GetPassWordEventHandler

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

Represents the method that will handle the GetPassWord event.

public delegate void vdDocument.GetPassWordEventHandler(object sender, string drawingname, ref string password, ref bool cancel)

Parameters

sender object

The Document object.

drawingname string

a drawing name which is password protected.

password string

a reference string with the password

cancel bool

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

Constructors

GetPassWordEventHandler(object, IntPtr)

Methods

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