Table of Contents

Class ThreadUpdatedEvent

Namespace
PrivMX.Endpoint.Thread.Models
Assembly
PrivMX.Endpoint.dll

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; }

Property Value

Thread