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