menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CursorPositionChangingEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CursorPositionChangingEventArgs

    To get the cursor position changing arguments.

    Inheritance
    System.Object
    CursorPositionChangingEventArgs
    Namespace: Syncfusion.XForms.MaskedEdit
    Assembly: Syncfusion.SfMaskedEdit.XForms.dll
    Syntax
    public class CursorPositionChangingEventArgs : EventArgs

    Constructors

    CursorPositionChangingEventArgs()

    Declaration
    public CursorPositionChangingEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to restrict the cursor movement.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type
    System.Boolean

    NewValue

    Gets the current cursor index.

    Declaration
    public double NewValue { get; }
    Property Value
    Type
    System.Double

    OldValue

    Gets the previous cursor index.

    Declaration
    public double OldValue { get; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved