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