Class SwipeInertiaEventHandler
SwipeInertia event handler.
Inheritance
System.Object
SwipeInertiaEventHandler
Namespace: Telerik.Windows.Input.Touch
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class SwipeInertiaEventHandler : MulticastDelegate
Constructors
SwipeInertiaEventHandler(Object, IntPtr)
Declaration
public SwipeInertiaEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, SwipeInertiaEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, SwipeInertiaEventArgs args, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
SwipeInertiaEventArgs
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, SwipeInertiaEventArgs)
Declaration
public virtual void Invoke(object sender, SwipeInertiaEventArgs args)
Parameters
System.Object
sender
|
SwipeInertiaEventArgs
args
|