C# Class Windows.UI.Xaml.Controls.Primitives.RangeBase

Inheritance: Control, IRangeBase, IRangeBaseOverrides
显示文件 Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Protected Methods

Method Description
OnMaximumChanged ( [ oldMaximum, [ newMaximum ) : void
OnMinimumChanged ( [ oldMinimum, [ newMinimum ) : void
OnValueChanged ( [ oldValue, [ newValue ) : void
RangeBase ( ) : System

Method Details

OnMaximumChanged() protected method

protected OnMaximumChanged ( [ oldMaximum, [ newMaximum ) : void
oldMaximum [
newMaximum [
return void

OnMinimumChanged() protected method

protected OnMinimumChanged ( [ oldMinimum, [ newMinimum ) : void
oldMinimum [
newMinimum [
return void

OnValueChanged() protected method

protected OnValueChanged ( [ oldValue, [ newValue ) : void
oldValue [
newValue [
return void

RangeBase() protected method

protected RangeBase ( ) : System
return System