Table of Contents

Class StoreDeletedEvent

Namespace
PrivMX.Endpoint.Store.Models
Assembly
PrivMX.Endpoint.dll

Represents the event of type "storeDeleted".

This event is emitted when Store events are subscribed and a Store is deleted.

public class StoreDeletedEvent : Event
Inheritance
StoreDeletedEvent
Inherited Members

Properties

Data

Metadata of the deleted Store.

public StoreDeletedEventData Data { get; set; }

Property Value

StoreDeletedEventData