Search Results for

    Show / Hide Table of Contents

    Delegate ProjectFileEventHandler

    Represents the method that will handle the BeforeLoadProjectFile event.

    Namespace: ABB.Robotics.RobotStudio
    Assembly: ABB.Robotics.RobotStudio.dll
    Syntax
    public delegate void ProjectFileEventHandler(object sender, ProjectFileEventArgs e)
    Parameters
    Type Name Description
    object sender Represents the method that will handle the event.
    ProjectFileEventArgs e Represents the method that will handle the event.

    Constructors

    ProjectFileEventHandler(object, IntPtr)

    Declaration
    public ProjectFileEventHandler(object @object, IntPtr method)
    Parameters
    Type Name Description
    object object
    IntPtr method

    Methods

    BeginInvoke(object, ProjectFileEventArgs, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, ProjectFileEventArgs e, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    object sender
    ProjectFileEventArgs e
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(object, ProjectFileEventArgs)

    Declaration
    public virtual void Invoke(object sender, ProjectFileEventArgs e)
    Parameters
    Type Name Description
    object sender
    ProjectFileEventArgs e
    In this article
    Back to top Copyright © 2026 ABB Robotics