Search Results for

    Show / Hide Table of Contents

    Delegate MetaFileLoadError

    Event launched when the loading of a MetaFile causes an error

    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public delegate void MetaFileLoadError(string errormessage)
    Parameters
    Type Name Description
    string errormessage

    Error message containing error information

    Constructors

    MetaFileLoadError(object, nint)

    Declaration
    public MetaFileLoadError(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    BeginInvoke(string, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(string errormessage, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    string errormessage
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(string)

    Declaration
    public virtual void Invoke(string errormessage)
    Parameters
    Type Name Description
    string errormessage
    In this article
    Back to top Generated by DocFX