Table of Contents

Delegate IsValidOpenFormatEventHandler

Namespace
VectorDraw.Professional.Control
Assembly
VDrawBaseControl.dll

Represents the method that will handle the IsValidOpenFormat event.

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

Parameters

sender object

A 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)