Search Results for

    Show / Hide Table of Contents

    Class Event.EventTaskCompleted

    Inheritance
    System.Object
    Event.EventTaskCompleted
    Namespace: OpenAPI.Events
    Assembly: OpenAPI.dll
    Syntax
    public class EventTaskCompleted : EventArgs

    Properties

    | Improve this Doc View Source

    CompletedEvent

    The event that finished execution

    Declaration
    public Event CompletedEvent { get; }
    Property Value
    Type Description
    Event
    | Improve this Doc View Source

    Source

    The object that executed it.

    Declaration
    public object Source { get; }
    Property Value
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX