Class TextEditor.ScrollStateChangedEventArgs

    Definition

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

    Event arguments that passed via the ScrollStateChanged signal.

    public class TextEditor.ScrollStateChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    TextEditor.ScrollStateChangedEventArgs

    Properties

    View Source

    ScrollState

    ScrollState - is the texteditor control scroll state.

    Declaration
    public ScrollState ScrollState { get; set; }
    Property Value
    Type Description
    ScrollState
    View Source

    TextEditor

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

    Declaration
    public TextEditor TextEditor { get; set; }
    Property Value
    Type Description
    TextEditor
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX