PageIndexChangeEvent

Swift

struct PageIndexChangeEvent

Value type holding the current pageIndex and the change reason.

  • The current page index.

    Declaration

    Swift

    public let pageIndex: PageIndex
  • The page index before the change

    Declaration

    Swift

    public let oldPageIndex: PageIndex
  • The reason the page index changed.

    Declaration

    Swift

    public let reason: Reason
  • Declaration

    Swift

    @frozen
    public enum Reason