menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class MaskInputRejectedEventArgs

    Specifies the mask input Rejected event arguments.

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

    Constructors

    MaskInputRejectedEventArgs(Int32, MaskedTextResultHint)

    Initializes a new instance of the MaskInputRejectedEventArgs class.

    Declaration
    public MaskInputRejectedEventArgs(int position, MaskedTextResultHint rejectionHint)
    Parameters
    Type Name Description
    System.Int32 position

    The position.

    MaskedTextResultHint rejectionHint

    The rejection hint.

    Properties

    Position

    Gets a value of Position in the SfMaskedEdit control. This property can be used to get the position.

    Declaration
    public int Position { get; }
    Property Value
    Type
    System.Int32

    RejectionHint

    Gets a value of the RejectionHint in the SfMaskedEdit control.

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