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