ArcGIS API for Silverlight - Library Reference
ValueChanged Event
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit Namespace > TimeSlider Class : ValueChanged Event

Occurs when the selected time extent has changed.

Syntax

Visual Basic (Declaration) 
Public Event ValueChanged As EventHandler(Of TimeSlider.ValueChangedEventArgs)

Event Data

The event handler receives an argument of type TimeSlider.ValueChangedEventArgs containing data related to this event. The following TimeSlider.ValueChangedEventArgs properties provide information specific to this event.

PropertyDescription
NewValue Gets the new ESRI.ArcGIS.Client.TimeExtent value.
OldValue Gets the old ESRI.ArcGIS.Client.TimeExtent value.
OriginalSource (Inherited from System.Windows.RoutedEventArgs) 

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.