Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WorksheetImpl.ExportDataTableEventHandler

    Show / Hide Table of Contents

    Class WorksheetImpl.ExportDataTableEventHandler

    Event delegate to export data from Excel to data table with the action mentioned.

    Inheritance
    System.Object
    WorksheetImpl.ExportDataTableEventHandler
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class ExportDataTableEventHandler : MulticastDelegate

    Constructors

    ExportDataTableEventHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(ExportDataTableEventArgs, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(ExportDataTableEventArgs exportDataTableEventSettings, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    ExportDataTableEventArgs exportDataTableEventSettings
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(ExportDataTableEventArgs)

    Declaration
    public virtual void Invoke(ExportDataTableEventArgs exportDataTableEventSettings)
    Parameters
    Type Name Description
    ExportDataTableEventArgs exportDataTableEventSettings
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved