Occurs when the display mode has changed.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

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

Remarks

Setting the DisplayMode property will cause this event to be fired.

Version Information: This event is supported from version 2.0.0.1500.

See Also