Class TextField.TextChangedEventArgs

Definition

Namespace:
Tizen.NUI.BaseComponents
Assembly:
Tizen.NUI.dll
API Level:
3

The TextChanged event arguments.

C#
Copy
public class TextChangedEventArgs : EventArgs
Inheritance
TextField.TextChangedEventArgs

Properties

View Source

TextField

TextField.

Declaration
C#
Copy
public TextField TextField { get; set; }
Property Value
Type Description
TextField
API Level: 3