Indicates the type of change that was made to a slide for the SlideModified event.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: 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 name | Description | |
---|---|---|
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.
|