Table of Contents

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

eventargs SelectDocumentFinishedEventArgs

Method arguments that contains information about the finished procedure status.

Constructors

SelectDocumentFinishedDelegate(object, IntPtr)