Occurs immediately before the display mode starts changing.

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 DisplayModeChanging
Visual Basic (Declaration)
Public Event DisplayModeChanging As EventHandler

Remarks

Use this event to handle any business or application logic which may be affected when the display mode is changed.

Version Information: This event is supported from version 2.0.0.1500.

See Also