Share via


InputView.ITextElement.OnTextColorPropertyChanged(Color, Color) Method

Definition

 virtual void Microsoft.Maui.Controls.ITextElement.OnTextColorPropertyChanged(Microsoft::Maui::Graphics::Color ^ oldValue, Microsoft::Maui::Graphics::Color ^ newValue) = Microsoft::Maui::Controls::ITextElement::OnTextColorPropertyChanged;
void ITextElement.OnTextColorPropertyChanged(Microsoft.Maui.Graphics.Color oldValue, Microsoft.Maui.Graphics.Color newValue);
abstract member Microsoft.Maui.Controls.ITextElement.OnTextColorPropertyChanged : Microsoft.Maui.Graphics.Color * Microsoft.Maui.Graphics.Color -> unit
override this.Microsoft.Maui.Controls.ITextElement.OnTextColorPropertyChanged : Microsoft.Maui.Graphics.Color * Microsoft.Maui.Graphics.Color -> unit
Sub OnTextColorPropertyChanged (oldValue As Color, newValue As Color) Implements ITextElement.OnTextColorPropertyChanged

Parameters

oldValue
Color
newValue
Color

Implements

Applies to