DocumentViewerBase::PageViewsChanged Event

 

Occurs when the collection of DocumentPageView items associated with this viewer (represented by the PageViews property) changes.

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

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

.NET Framework
Available since 3.0
Return to top
Show: