Delegate
SwipeEventHandler

Swipe event handler.

Definition

Namespace:Telerik.Windows.Input.Touch

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public delegate void SwipeEventHandler(object sender, SwipeEventArgs args)

Constructors

SwipeEventHandler(object, nint)

Declaration

cs-api-definition
public SwipeEventHandler(object @object, nint method)

Parameters

object

object

method

nint

Methods

BeginInvoke(object, SwipeEventArgs, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, SwipeEventArgs args, AsyncCallback callback, object @object)

Parameters

sender

object

args

SwipeEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual void EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Invoke(object, SwipeEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, SwipeEventArgs args)

Parameters

sender

object

args

SwipeEventArgs