Table of Contents

Delegate vdDocument.LoadUnknownFileName

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

Represents the method that will handle the OnLoadUnknownFileName event.

public delegate void vdDocument.LoadUnknownFileName(object sender, string fileName, out bool success)

Parameters

sender object

A vdDocument object

fileName string

The filename to be opened.

success bool

Set this parameter to true if the file was succesfully opened.

Constructors

LoadUnknownFileName(object, IntPtr)

Methods

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