Xamarin.Android

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

    Show / Hide Table of Contents

    Class MaskInputRejectedEventArgs

    Specifies the mask input Rejected event arguments.

    Inheritance
    System.Object
    MaskInputRejectedEventArgs
    Namespace: Syncfusion.Android.MaskedEdit
    Assembly: Syncfusion.SfMaskedEdit.Android.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 control. This property can be used to get the position.

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

    RejectionHint

    Gets a value of the RejectionHint in the control.

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