Occurs when a Slide in the presentation is modified in any way.

Namespace:  ESRI.ArcGISExplorer.Application

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

Syntax

C#
public event EventHandler<SlideEventArgs> SlideModified
Visual Basic (Declaration)
Public Event SlideModified As EventHandler(Of SlideEventArgs)

Remarks

This event occurs when a slide is changed in the presentation. The type of changed is reflected in the SlideChangeStatus property of the resulting SlideEventArgs.

See Also