Class
TextChangingEventArgs

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class TextChangingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsTextChangingEventArgs

Derived Classes: TextBoxChangingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

TextChangingEventArgs(string, string)

Declaration

cs-api-definition
public TextChangingEventArgs(string oldValue, string newValue)

Parameters

oldValue

string

newValue

string

TextChangingEventArgs(string, string, bool)

Declaration

cs-api-definition
public TextChangingEventArgs(string oldValue, string newValue, bool cancel)

Parameters

oldValue

string

newValue

string

cancel

bool

Properties

NewValue

Declaration

cs-api-definition
public string NewValue { get; set; }

Property Value

string

OldValue

Declaration

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

Property Value

string