DynamicDocumentPaginator::PaginationProgress Event

 

Occurs when one or more content pages have been paginated.

Namespace:   System.Windows.Documents
Assembly:  PresentationCore (in PresentationCore.dll)

public:
event PaginationProgressEventHandler^ PaginationProgress {
	void add(PaginationProgressEventHandler^ value);
	void remove(PaginationProgressEventHandler^ value);
}

PaginationProgressEventArgs properties Start and Count identify the range of pages paginated.

.NET Framework
Available since 3.0
Return to top
Show: