Intersoft ClientUI Documentation
PaginationProgressEventHandler Delegate



The source of the event.
The event data.
Represents the methods that will handle Intersoft.Client.Documents.PaginationProgress event.
Syntax
Public Delegate Sub PaginationProgressEventHandler( _
   ByVal sender As Object, _
   ByVal e As PaginationProgressEventArgs _
) 
Dim instance As New PaginationProgressEventHandler(AddressOf HandlerMethod)
public delegate void PaginationProgressEventHandler( 
   object sender,
   PaginationProgressEventArgs e
)
public delegate void PaginationProgressEventHandler( 
   Object^ sender,
   PaginationProgressEventArgs^ e
)

Parameters

sender
The source of the event.
e
The event data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PaginationProgressEventHandler Members
Intersoft.Client.Documents Namespace

Send Feedback