OnValueChanged Method
Called when the Value property value changed.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected virtual void OnValueChanged(
decimal? oldValue,
decimal? newValue
)
Protected Overridable Sub OnValueChanged (
oldValue As Decimal?,
newValue As Decimal?
)
abstract OnValueChanged :
oldValue : Nullable<decimal> *
newValue : Nullable<decimal> -> unit
override OnValueChanged :
oldValue : Nullable<decimal> *
newValue : Nullable<decimal> -> unit