alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved