menu

Class SwipingEventHandler - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SwipingEventHandler

    Represents the method that will handle the Swiping event in a SfDataGrid.

    Inheritance
    System.Object
    SwipingEventHandler
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.Android.dll
    Syntax
    public sealed class SwipingEventHandler : MulticastDelegate

    Constructors

    SwipingEventHandler(Object, IntPtr)

    Declaration
    public SwipingEventHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(Object, SwipingEventArgs, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, SwipingEventArgs e, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Object sender
    SwipingEventArgs e
    System.AsyncCallback callback
    System.Object object
    Returns
    Type
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(Object, SwipingEventArgs)

    Declaration
    public virtual void Invoke(object sender, SwipingEventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    SwipingEventArgs e

    See Also

    SwipeStartedEventHandler
    SwipeEndedEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved