Search Results for

    Show / Hide Table of Contents

    Class ExecuteableEventBase

    Inheritance
    System.Object
    Event
    ExecuteableEventBase
    Implements
    INotifyExecution
    Inherited Members
    Event.IsCancelled
    Event.SetCancelled(Boolean)
    Namespace: OpenAPI.Events
    Assembly: OpenAPI.dll
    Syntax
    public abstract class ExecuteableEventBase : Event, INotifyExecution

    Constructors

    | Improve this Doc View Source

    ExecuteableEventBase()

    Declaration
    protected ExecuteableEventBase()

    Properties

    | Improve this Doc View Source

    OnEventExecution

    Invoked when an event has executed it's task.

    Declaration
    public EventHandler<Event.EventTaskCompleted> OnEventExecution { get; set; }
    Property Value
    Type Description
    EventHandler<Event.EventTaskCompleted>

    Explicit Interface Implementations

    | Improve this Doc View Source

    INotifyExecution.OnComplete(Object)

    Declaration
    void INotifyExecution.OnComplete(object source)
    Parameters
    Type Name Description
    System.Object source

    Implements

    INotifyExecution
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX