Delegate vdDocument.SaveUnknownFileName
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
Represents the method that will handle the OnSaveUnknownFileName event.
public delegate void vdDocument.SaveUnknownFileName(object sender, string fileName, out bool success)
Parameters
senderobjectA vdDocument object
fileNamestringThe filename to be saved.
successboolSet this parameter to true if the file was succesfully saved.