ComponentOne Basic Library for UWP
ValueChanged Event (C1ProgressBar)

C1.UWP Assembly > C1.Xaml Namespace > C1ProgressBar Class : ValueChanged Event
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
Gets the new value of a range value property.  
Gets the previous value of a range value property.  
(Inherited from Windows.UI.Xaml.RoutedEventArgs)
See Also