Class ExecuteableEventBase
Inheritance
System.Object
ExecuteableEventBase
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
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