menu

ASP.NET Core

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate MissingFunctionEventHandler

    Show / Hide Table of Contents

    Delegate MissingFunctionEventHandler

    Event delegate for MissingFunction event.

    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public delegate void MissingFunctionEventHandler(object sender, MissingFunctionEventArgs e);
    Parameters
    Type Name Description
    System.Object sender

    The CalcEngine.

    MissingFunctionEventArgs e

    The MissingFunctionEventArgs for this event.

    Constructors

    MissingFunctionEventHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(Object, MissingFunctionEventArgs, AsyncCallback, Object)

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

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