Class Event.EventTaskCompleted
Inheritance
System.Object
Event.EventTaskCompleted
Namespace: OpenAPI.Events
Assembly: OpenAPI.dll
Syntax
public class EventTaskCompleted : EventArgs
Properties
| Improve this Doc View SourceCompletedEvent
The event that finished execution
Declaration
public Event CompletedEvent { get; }
Property Value
Type | Description |
---|---|
Event |
Source
The object that executed it.
Declaration
public object Source { get; }
Property Value
Type | Description |
---|---|
System.Object |