ClassTextBoxChangingEventArgs
Class
Represents RadTextBoxControlElement text changing event arguments
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class TextBoxChangingEventArgs : TextChangingEventArgs
Inheritance: objectEventArgsCancelEventArgsTextChangingEventArgsTextBoxChangingEventArgs
Inherited Members
Constructors
TextBoxChangingEventArgs(int, int, string, string, TextBoxChangeAction)
Initializes a new instance of the TextBoxChangingEventArgs class.
Declaration
cs-api-definition
public TextBoxChangingEventArgs(int startPosition, int length, string oldText, string newText, TextBoxChangeAction action)
Parameters
startPosition
The start position.
length
The length.
oldText
The old text.
newText
The new text.
action
The action.
Properties
Action
Gets the text change action.
Declaration
cs-api-definition
public TextBoxChangeAction Action { get; }
Property Value
Length
Gets the selection length.
StartPosition
Gets the start position.