Table of Contents

Delegate vdDocument.ExportedExtraFilesEventHandler

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

Represents the method that will handle the OnExportedExtraFiles event.

public delegate void vdDocument.ExportedExtraFilesEventHandler(object sender, string ParentFileName, string[] ExtraFiles)

Parameters

sender object

The active vdDocument object which call the save command.

ParentFileName string

The filename for which the save command is called.

ExtraFiles string[]

An array of extra created files need by ParentFileName.

Constructors

ExportedExtraFilesEventHandler(object, IntPtr)

Methods

BeginInvoke(object, string, string[], AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, string, string[])