DocumentPaginator::GetPageCompleted Event

 

Occurs when GetPageAsync has completed.

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

public:
event GetPageCompletedEventHandler^ GetPageCompleted {
	void add(GetPageCompletedEventHandler^ value);
	void remove(GetPageCompletedEventHandler^ value);
}

.NET Framework
Available since 3.0
Return to top
Show: