This topic has not yet been rated - Rate this topic

ProgressBar.OnValueChanged Method

May 02, 2013

Called when value of the Value property changes.

Namespace:  System.Windows.Controls
Assembly:  System.Windows (in System.Windows.dll)
protected override void OnValueChanged(
	double oldValue,
	double newValue
)

Parameters

oldValue
Type: System.Double
The previous value.
newValue
Type: System.Double
The new value.

The progress bar updates its appearance when the Value property changes. If the IsIndeterminate property is true, changes to the Value property will be ignored.

Windows Phone OS

Supported in: 8.0, 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.