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
senderobjectA vdDocument object
fileNamestringThe filename to be opened.
successboolSet this parameter to true if the file was succesfully opened.