Indicates the type of change that was made to a slide for the SlideModified event.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

C#
public enum SlideChangeStatus
Visual Basic (Declaration)
Public Enumeration SlideChangeStatus

Members

Member nameDescription
Added
A slide was added.
Modified
A slide was modified.
Moved
A slide was moved in the slide order.
Removed
A slide was removed.
Thumbnail
A slides thumbnail was updated.

See Also