menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExportEventHandler - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExportEventHandler

    Represents the delegate that handles TypeMismatchOnExport event that is raised whenever there is a data type mismatch while exporting data to CLR objects.

    Inheritance
    System.Object
    ExportEventHandler
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.NET.dll
    Syntax
    public sealed class ExportEventHandler : MulticastDelegate

    Constructors

    ExportEventHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(Object, ExportEventArgs, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, ExportEventArgs args, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Object sender
    ExportEventArgs args
    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, ExportEventArgs)

    Declaration
    public virtual void Invoke(object sender, ExportEventArgs args)
    Parameters
    Type Name Description
    System.Object sender
    ExportEventArgs args
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved