Class ThreadCreatedEvent
Represents the event of type "threadCreated".
This event is emitted when Thread events are subscribed and a new Thread is created.
public class ThreadCreatedEvent : Event
- Inheritance
-
ThreadCreatedEvent
- Inherited Members
Properties
Data
Created Thread.
public Thread Data { get; set; }