Class ThreadUpdatedEvent
Represents the event of type "threadUpdated".
This event is emitted when Thread events are subscribed and a Thread is updated.
public class ThreadUpdatedEvent : Event
- Inheritance
-
ThreadUpdatedEvent
- Inherited Members
Properties
Data
Updated Thread.
public Thread Data { get; set; }