Share via


InputView.OnTextTransformChanged(TextTransform, TextTransform) Method

Definition

Called when the TextTransform property changes.

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

The old value.

newValue
TextTransform

The new value.

Implements

Applies to