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
senderobjectThe active vdDocument object which call the save command.
ParentFileNamestringThe filename for which the save command is called.
ExtraFilesstring[]An array of extra created files need by ParentFileName.