Class TextEditor.TextChangedEventArgs

Definition

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

Event arguments that passed via the TextChanged signal.

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

Properties

View Source

TextEditor

TextEditor - is the texteditor control which has the text contents changed.

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