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.
public class ScrollEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsScrollEventArgs
Constructors
View SourceScrollEventArgs(Position)
Default constructor.
Declaration
public ScrollEventArgs(Position position)
Parameters
Type | Name | Description |
---|---|---|
Position | position | Current container position |
Properties
View SourcePosition
Current position of ContentContainer.
Declaration
public Position Position { get; }
Property Value
Type | Description |
---|---|
Position |