Class InputFilteredEventArgs

    Definition

    Namespace:
    Tizen.NUI.BaseComponents
    Assembly:
    Tizen.NUI.dll

    InputFilteredEventArgs is a class to record input filter event arguments which will be sent to user.

    public class InputFilteredEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    InputFilteredEventArgs

    Properties

    View Source

    Type

    The type of InputFilter that filtered the input is stored.
    If the input is filtered by the Accepted Regex of the InputFilter, the Accept type is stored.
    If the input is filtered by the Rejected Regex of the InputFilter, the Reject type is stored.

    Declaration
    public InputFilterType Type { get; set; }
    Property Value
    Type Description
    InputFilterType
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX