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