Delegate vdConverter.NoFileFindDelegate
- Namespace
- VectorDraw.Professional.Converter
- Assembly
- vdConverter.dll
Represents the method that will handle the OnNoFileFind event.
public delegate void vdConverter.NoFileFindDelegate(object sender, ref string filepath, ref bool success)
Parameters
senderobjectThe vdConverter object.
filepathstringThe filename of the file.
successboolSet this parameter to true if the file was found.