New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class TextChangingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsTextChangingEventArgs

Derived Classes: TextBoxChangingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

C#
public TextChangingEventArgs(string oldValue, string newValue, bool cancel)
Parameters:oldValuestringnewValuestringcancelbool
C#
public TextChangingEventArgs(string oldValue, string newValue)
Parameters:oldValuestringnewValuestring

Properties

C#
public string NewValue { get; set; }
C#
public string OldValue { get; }