Class TextEditor.ScrollStateChangedEventArgs
Definition
- Namespace:
- Tizen.NUI.Base
Components
- Assembly:
- Tizen.NUI.dll
Event arguments that passed via the ScrollStateChanged signal.
public class TextEditor.ScrollStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args TextEditor. Scroll State Changed Event Args
Properties
View SourceScrollState
ScrollState - is the texteditor control scroll state.
Declaration
public ScrollState ScrollState { get; set; }
Property Value
Type | Description |
---|---|
Scroll |
TextEditor
TextEditor - is the texteditor control which has the scroll state changed.
Declaration
public TextEditor TextEditor { get; set; }
Property Value
Type | Description |
---|---|
Text |