PageContent::GetPageRootCompleted Event

 

Occurs when GetPageRootAsync has completed.

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

public:
event GetPageRootCompletedEventHandler^ GetPageRootCompleted {
	void add(GetPageRootCompletedEventHandler^ value);
	void remove(GetPageRootCompletedEventHandler^ value);
}

The GetPageRootCompleted event is handled by methods based on the GetPageRootCompletedEventHandler delegate.

.NET Framework
Available since 3.0
Return to top
Show: