Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfMaskedEdit.CursorPositionChangingEventArgs - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfMaskedEdit.CursorPositionChangingEventArgs

    To get the cursor position changing arguments.

    Inheritance
    System.Object
    SfMaskedEdit.CursorPositionChangingEventArgs
    Namespace: Syncfusion.iOS.MaskedEdit
    Assembly: Syncfusion.SfMaskedEdit.iOS.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 Description
    System.Boolean

    NewValue

    Gets the current cursor index.

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

    OldValue

    Gets the previous cursor index.

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