Delegate vdDocument.IsValidOpenFormatEventHandler
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
Represents the method that will handle the OnIsValidOpenFormat event.
public delegate void vdDocument.IsValidOpenFormatEventHandler(object sender, string extension, ref bool success)
Parameters
senderobjectThe vdDocument object.
extensionstringThe extension of the file.
successboolSet this to true if the extension is supported.