Delegate SelectDocumentFinishedDelegate
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
Represents a user defined callback paseed to SelectDocument(string, bool, SelectDocumentFinishedDelegate) or SelectDocumentBlob(string, string, SelectDocumentFinishedDelegate) methods that is called when the procedure is finished.
public delegate void SelectDocumentFinishedDelegate(SelectDocumentFinishedEventArgs eventargs)
Parameters
eventargsSelectDocumentFinishedEventArgsMethod arguments that contains information about the finished procedure status.