Class
TextChangingEventArgs

Event arguments for TextChanging event. Provides old text, new text and handled property that indicates whether to cancel the text changes.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class TextChangingEventArgs : EventArgs

Inheritance: objectEventArgsTextChangingEventArgs

Inherited Members EventArgs.Empty

Properties

Cancel

Gets or sets a value that indicates whether to cancel the text changes.

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool

NewText

Gets the new text that is about to be entered into the entry.

Declaration

cs-api-definition
public string NewText { get; }

Property Value

string

OldText

Gets the old text that is entered into the entry.

Declaration

cs-api-definition
public string OldText { get; }

Property Value

string

In this article
DefinitionPropertiesCancelNewTextOldText
Not finding the help you need?
Contact Support