Table of Contents

Delegate vdDocument.IsValidOpenFormatEventHandler

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

Represents the method that will handle the OnIsValidOpenFormat event.

public delegate void vdDocument.IsValidOpenFormatEventHandler(object sender, string extension, ref bool success)

Parameters

sender object

The vdDocument object.

extension string

The extension of the file.

success bool

Set this to true if the extension is supported.

Constructors

IsValidOpenFormatEventHandler(object, IntPtr)

Methods

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