Search Results for

    Show / Hide Table of Contents

    Class ScrollEventArgs

    Definition

    Namespace:
    Tizen.NUI.Components
    Assembly:
    Tizen.NUI.Components.dll

    ScrollEventArgs is a class to record scroll event arguments which will sent to user.

    [SuppressMessage("Design", "CA1001: Types that own disposable fields should be disposable.", Justification = "Scroll event is temporarily used for notifying scroll position update, so position will not be disposed during the event processing.")]
    public class ScrollEventArgs : EventArgs
    Inheritance
    object
    EventArgs
    ScrollEventArgs

    Constructors

    View Source

    ScrollEventArgs(Position)

    Default constructor.

    Declaration
    public ScrollEventArgs(Position position)
    Parameters
    Type Name Description
    Position position

    Current container position

    Properties

    View Source

    Position

    Current position of ContentContainer.

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