Class TextField.MaxLengthReachedEventArgs

Definition

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

The MaxLengthReached event arguments.

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

Properties

View Source

TextField

TextField.

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