Occurs when the presentation's PresentationMode changes.

Namespace:  ESRI.ArcGISExplorer.Application

Assembly:  ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public event EventHandler PresentationModeChanged
Visual Basic (Declaration)
Public Event PresentationModeChanged As EventHandler

Remarks

The presentation has three distinct modes as described by PresentationMode. This event will occur when the application transitions from one presentation mode to another. For example, when a presentation is started or stopped this event will occur.

See Also