DelegateSwipeEventHandler
Delegate
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
Methods
BeginInvoke(object, SwipeEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, SwipeEventArgs args, AsyncCallback callback, object @object)
Parameters
sender
args
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, SwipeEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, SwipeEventArgs args)
Parameters
sender
args