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#Copypublic class InputFilteredEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsInputFilteredEventArgs
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#Copypublic InputFilterType Type { get; set; }
Property Value
Type | Description |
---|---|
InputFilterType |