Table of Contents

Class StoreUpdatedEvent

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

Represents the event of type "storeUpdated".

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

public class StoreUpdatedEvent : Event
Inheritance
StoreUpdatedEvent
Inherited Members

Properties

Data

Updated Store.

public Store Data { get; set; }

Property Value

Store