OnPartReadyEventArgs Class

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Arguments that are a parameter to the OnPartReady event handler.

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

Syntax

C#
public class OnPartReadyEventArgs : EventArgs, 
	IAsyncResult
Visual Basic
Public Class OnPartReadyEventArgs _
	Inherits EventArgs _
	Implements IAsyncResult
Visual C++
public ref class OnPartReadyEventArgs : public EventArgs, 
	IAsyncResult

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    PDFTron.SilverDox.IO..::..OnPartReadyEventArgs

See Also