Class InputFilteredEventArgs
Definition
- Namespace:
- Tizen.NUI.Base
Components
- 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
-
objectSystem.
Event Args InputFiltered Event Args
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 |
---|---|
Input |