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.900 (2.0.0.900)
Syntax
C# |
---|
public enum SlideChangeStatus |
Visual Basic (Declaration) |
---|
Public Enumeration SlideChangeStatus |
Members
Value | Member name | Description | |
---|---|---|---|
0 | Added |
A slide was added.
| |
3 | Modified |
A slide was modified.
| |
2 | Moved |
A slide was moved in the slide order.
| |
1 | Removed |
A slide was removed.
| |
4 | Thumbnail |
A slides thumbnail was updated.
|