Class PageScrolledEventArgs
Provides data for the CarouselPage.PageScrolled event.
Inheritance
System.Object
System.EventArgs
PageScrolledEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Tizen.UIExtensions.ElmSharp
Assembly: Tizen.UIExtensions.ElmSharp.dll
Syntax
public class PageScrolledEventArgs : EventArgs
Constructors
PageScrolledEventArgs(Int32, Int32)
Initializes a new instance of the PageScrolledEventArgs class.
Declaration
public PageScrolledEventArgs(int previousPageIndex, int currentPageIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | previousPageIndex | Previous page index. |
System.Int32 | currentPageIndex | Current page index. |
Properties
CurrentPageIndex
Gets the current page index.
Declaration
public int CurrentPageIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
PreviousPageIndex
Gets the previous page index.
Declaration
public int PreviousPageIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |