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

Inheritance: Control, IRangeBase, IRangeBaseOverrides
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Méthodes protégées

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

Method Details

OnMaximumChanged() protected méthode

protected OnMaximumChanged ( [ oldMaximum, [ newMaximum ) : void
oldMaximum [
newMaximum [
Résultat void

OnMinimumChanged() protected méthode

protected OnMinimumChanged ( [ oldMinimum, [ newMinimum ) : void
oldMinimum [
newMinimum [
Résultat void

OnValueChanged() protected méthode

protected OnValueChanged ( [ oldValue, [ newValue ) : void
oldValue [
newValue [
Résultat void

RangeBase() protected méthode

protected RangeBase ( ) : System
Résultat System