InputView.OnTextTransformChanged(TextTransform, TextTransform) Method

Definition

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)

Parameters

oldValue
TextTransform
newValue
TextTransform

Applies to