Class CaretPositionEventArgs
Provide the data for the CaretPositionChanged event.
Inheritance
System.Object
CaretPositionEventArgs
Namespace: Syncfusion.Windows.Edit
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public class CaretPositionEventArgs : EventArgs
Constructors
CaretPositionEventArgs()
Declaration
public CaretPositionEventArgs()
Properties
CursorIndex
Gets the current CursorIndex value of the EditControl.
Declaration
public int CursorIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
LineNumber
Gets the current LineNumber value of the EditControl.
Declaration
public int LineNumber { get; set; }
Property Value
Type |
---|
System.Int32 |