This topic has not yet been rated - Rate this topic

RangeBase.OnValueChanged method

Fires the ValueChanged routed event.

Syntax


protected virtual void OnValueChanged(
  double oldValue, 
  double newValue
)

Parameters

oldValue

Type: System.Double [.NET] | float64 [C++]

Old value of the Value property.

newValue

Type: System.Double [.NET] | float64 [C++]

New value of the Value property.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls.Primitives
Windows::UI::Xaml::Controls::Primitives [C++]

Metadata

Windows.winmd

See also

RangeBase

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.