OnFormatStringChanged Method
Called when the FormatString property value changed.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected virtual void OnFormatStringChanged(
string? oldValue,
string? newValue
)
Protected Overridable Sub OnFormatStringChanged (
oldValue As String,
newValue As String
)
abstract OnFormatStringChanged :
oldValue : string *
newValue : string -> unit
override OnFormatStringChanged :
oldValue : string *
newValue : string -> unit