DateTimeEditors for WinRT
ValueChanged Event (C1ProgressBar)

Syntax
'Declaration
 
Public Event ValueChanged As Windows.UI.Xaml.Controls.Primitives.RangeBaseValueChangedEventHandler
public event Windows.UI.Xaml.Controls.Primitives.RangeBaseValueChangedEventHandler ValueChanged
Event Data

The event handler receives an argument of type Windows.UI.Xaml.Controls.Primitives.RangeBaseValueChangedEventArgs containing data related to this event. The following RangeBaseValueChangedEventArgs properties provide information specific to this event.

PropertyDescription
NewValueGets the new value of a range value property.  
OldValueGets the previous value of a range value property.  
OriginalSource (Inherited from Windows.UI.Xaml.RoutedEventArgs)
See Also

Reference

C1ProgressBar Class
C1ProgressBar Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback