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.

C#
Copy
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
C#
Copy
public InputFilterType Type { get; set; }
Property Value
Type Description
InputFilterType