All pages
Powered by GitBook
1 of 1

Loading...

SwipeEventArgs

Wisej.Web.SwipeEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

Provides data for Swipe event.

public class SwipeEventArgs : EventArgs
Public Class SwipeEventArgs
    Inherits EventArgs

Properties

Axis

: Returns whether the performed swipe was on the x or y axis.

Direction

: Returns the direction of the performed swipe in reference to the axis: X = Up / Down Y = Left / Right

Distance

: Returns the distance of the performed swipe.

Duration

: Returns the duration the performed swipe took.

StartTime

: Returns the start time of the performed swipe.

Velocity

: Returns the velocity of the performed swipe.

Used By

Name
Description

SwipeEventHandler

Represents the method that will handle the Swipe event.

SwipeAxis
SwipeDirection
Int32
Int32
Int64
Double