Delegate SwipeEventHandler
Swipe event handler.
Namespace: Telerik.Windows.Input.Touch
Assembly: Telerik.Windows.Controls.dll
Syntax
public delegate void SwipeEventHandler(object sender, SwipeEventArgs args);
Parameters
System.Object
sender
|
SwipeEventArgs
args
|
Constructors
SwipeEventHandler(Object, IntPtr)
Declaration
public SwipeEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, SwipeEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, SwipeEventArgs args, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
SwipeEventArgs
args
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, SwipeEventArgs)
Declaration
public virtual void Invoke(object sender, SwipeEventArgs args)
Parameters
System.Object
sender
|
SwipeEventArgs
args
|