Class CaretPositionEventArgs
Provide the data for the CaretPositionChanged event.
Inheritance
System.Object
System.EventArgs
CaretPositionEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 | Description |
---|---|
System.Int32 |
LineNumber
Gets the current LineNumber value of the EditControl.
Declaration
public int LineNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |