Class TextEditor.ScrollStateChangedEventArgs

Definition

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

Event arguments that passed via the ScrollStateChanged signal.

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

Properties

View Source

ScrollState

ScrollState - is the texteditor control scroll state.

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

TextEditor

TextEditor - is the texteditor control which has the scroll state changed.

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