Table of Contents

Delegate vdConverter.NoFileFindDelegate

Namespace
VectorDraw.Professional.Converter
Assembly
vdConverter.dll

Represents the method that will handle the OnNoFileFind event.

public delegate void vdConverter.NoFileFindDelegate(object sender, ref string filepath, ref bool success)

Parameters

sender object

The vdConverter object.

filepath string

The filename of the file.

success bool

Set this parameter to true if the file was found.

Constructors

NoFileFindDelegate(object, IntPtr)

Methods

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