Class TextChangingEventArgs
Inheritance
System.Object
TextChangingEventArgs
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class TextChangingEventArgs : CancelEventArgs
Constructors
TextChangingEventArgs(String, String)
Declaration
public TextChangingEventArgs(string oldValue, string newValue)
Parameters
System.String
oldValue
|
System.String
newValue
|
TextChangingEventArgs(String, String, Boolean)
Declaration
public TextChangingEventArgs(string oldValue, string newValue, bool cancel)
Parameters
System.String
oldValue
|
System.String
newValue
|
System.Boolean
cancel
|
Properties
NewValue
Declaration
public string NewValue { get; set; }
Property Value
System.String
|
OldValue
Declaration
public string OldValue { get; }
Property Value
System.String
|