Search
PageEventArgs Members
Constructors Properties
 


Contains the arguments passed to handlers of page-related events in a TabbedDiagramView.

The following tables list the members exposed by the PageEventArgs type.

 Public Constructors

  Name Description

PageEventArgs

Initializes a new instance of the PageEventArgs class.

 Public Properties

  Name Description

oldPage

Gets the page before the event.

page

Gets the page for which the event is raised.

 See Also