Intersoft ClientUI Documentation
PaginationProgress Event



Occurs when one or more content pages have been paginated.
Syntax
Public Event PaginationProgress As PaginationProgressEventHandler
Dim instance As DynamicDocumentPaginator
Dim handler As PaginationProgressEventHandler
 
AddHandler instance.PaginationProgress, handler
public event PaginationProgressEventHandler PaginationProgress
public:
event PaginationProgressEventHandler^ PaginationProgress
Event Data

The event handler receives an argument of type PaginationProgressEventArgs containing data related to this event. The following PaginationProgressEventArgs properties provide information specific to this event.

PropertyDescription
Count Gets the number of continuous pages that were paginated.
Start Gets the page number of the first page that was paginated.
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

DynamicDocumentPaginator Class
DynamicDocumentPaginator Members

Send Feedback