| 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 |
|---|---|
| Handled (Inherited from System.Windows.RoutedEventArgs) | Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. |
| NewValue | Gets the new ESRI.ArcGIS.Client.TimeExtent value. |
| OldValue | Gets the old ESRI.ArcGIS.Client.TimeExtent value. |
| OriginalSource (Inherited from System.Windows.RoutedEventArgs) | Gets the original reporting source as determined by pure hit testing, before any possible System.Windows.RoutedEventArgs.Source adjustment by a parent class. |
| RoutedEvent (Inherited from System.Windows.RoutedEventArgs) | Gets or sets the System.Windows.RoutedEventArgs.RoutedEvent associated with this System.Windows.RoutedEventArgs instance. |
| Source (Inherited from System.Windows.RoutedEventArgs) | Gets or sets a reference to the object that raised the event. |
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8