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
-
objectSystem.EventArgsInputFilteredEventArgs
Properties
View SourceType
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 |