Class TextField.TextChangedEventArgs

Definition

Namespace:
Tizen.NUI.BaseComponents
Assembly:
Tizen.NUI.dll

The TextChanged event arguments.

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

Properties

View Source

TextField

Gets or sets TextField.

Declaration
C#
Copy
public TextField TextField { get; set; }
Property Value
Type Description
TextField