DocumentPageView::PageConnected Event

 

Occurs when a Visual element of the DocumentPage is connected.

Namespace:   System.Windows.Controls.Primitives
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
event EventHandler^ PageConnected {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

.NET Framework
Available since 3.0
Return to top
Show: