Table of Contents

Class StoreCreatedEvent

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

Represents the event of type "storeCreated".

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

public class StoreCreatedEvent : Event
Inheritance
StoreCreatedEvent
Inherited Members

Properties

Data

Created Store.

public Store Data { get; set; }

Property Value

Store