Condividi tramite


InputView.OnTextTransformChanged(TextTransform, TextTransform) Metodo

Definizione

Chiamato quando la TextTransform proprietà cambia.

public:
 virtual void OnTextTransformChanged(Microsoft::Maui::TextTransform oldValue, Microsoft::Maui::TextTransform newValue);
public void OnTextTransformChanged(Microsoft.Maui.TextTransform oldValue, Microsoft.Maui.TextTransform newValue);
abstract member OnTextTransformChanged : Microsoft.Maui.TextTransform * Microsoft.Maui.TextTransform -> unit
override this.OnTextTransformChanged : Microsoft.Maui.TextTransform * Microsoft.Maui.TextTransform -> unit
Public Sub OnTextTransformChanged (oldValue As TextTransform, newValue As TextTransform)

Parametri

oldValue
TextTransform

Valore precedente.

newValue
TextTransform

Nuovo valore.

Implementazioni

Si applica a