Class TextBoxChangingEventArgs
Represents Rad
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TextBoxChangingEventArgs : TextChangingEventArgs
Constructors
TextBoxChangingEventArgs(Int32, Int32, String, String, TextBoxChangeAction)
Initializes a new instance of the Text
Declaration
public TextBoxChangingEventArgs(int startPosition, int length, string oldText, string newText, TextBoxChangeAction action)
Parameters
System. The start position. |
System. The length. |
System. The old text. |
System. The new text. |
Text The action. |
Properties
Action
Gets the text change action.
Declaration
public TextBoxChangeAction Action { get; }
Property Value
Length
Gets the selection length.
Declaration
public int Length { get; }
Property Value
System.
|
StartPosition
Gets the start position.
Declaration
public int StartPosition { get; }
Property Value
System.
|