ArcGIS API for WPF - 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
Handled (Inherited from System.Windows.RoutedEventArgs) 
NewValue Gets the new ESRI.ArcGIS.Client.TimeExtent value.
OldValue Gets the old ESRI.ArcGIS.Client.TimeExtent value.
OriginalSource (Inherited from System.Windows.RoutedEventArgs) 
RoutedEvent (Inherited from System.Windows.RoutedEventArgs) 
Source (Inherited from System.Windows.RoutedEventArgs) 

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.