OnPartReady Event

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Raised when a part has been acquired. It is necessary to subscribe to this event to receive the parts returned by a call to the Request(List<(Of <<'(String>)>>), Object) or RequestDocument()()()() methods.

Namespace: PDFTron.SilverDox.IO
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public event EventHandler<OnPartReadyEventArgs> OnPartReady
Visual Basic
Public Event OnPartReady As EventHandler(Of OnPartReadyEventArgs)
Visual C++
public:
virtual  event EventHandler<OnPartReadyEventArgs^>^ OnPartReady {
	void add (EventHandler<OnPartReadyEventArgs^>^ value);
	void remove (EventHandler<OnPartReadyEventArgs^>^ value);
}

Implements

IPartRetriever..::..OnPartReady

See Also