| Visual Basic (Declaration) | |
|---|---|
Public Event ValueChanged As EventHandler(Of TimeSlider.ValueChangedEventArgs) | |
| C# | |
|---|---|
public event EventHandler<TimeSlider.ValueChangedEventArgs> ValueChanged | |
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.
| Property | Description |
|---|---|
| NewValue | Gets the new ESRI.ArcGIS.Client.TimeExtent value. |
| OldValue | Gets the old ESRI.ArcGIS.Client.TimeExtent value. |
| OriginalSource (Inherited from System.Windows.RoutedEventArgs) |
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7