Class TextChangedByUserInteractionEventArgs
Inheritance
System.Object
TextChangedByUserInteractionEventArgs
Namespace: Telerik.Windows.Controls.Primitives
Assembly: Telerik.Windows.Controls.dll
Syntax
public class TextChangedByUserInteractionEventArgs : EventArgs
Constructors
TextChangedByUserInteractionEventArgs()
Declaration
public TextChangedByUserInteractionEventArgs()
Properties
OldSelectionLength
Declaration
public int OldSelectionLength { get; set; }
Property Value
System.Int32
|
OldSelectionStart
Declaration
public int OldSelectionStart { get; set; }
Property Value
System.Int32
|
OldText
Declaration
public string OldText { get; set; }
Property Value
System.String
|