Class TextEditor.MaxLengthReachedEventArgs

Definition

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

The MaxLengthReached event arguments.

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

Properties

View Source

TextEditor

TextEditor.

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

Extension Methods