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 |