Class StoreStatsChangedEvent
Represents the event of type "storeStatsChanged".
This event is emitted when Store events are subscribed and statistics of a Store is changed.
public class StoreStatsChangedEvent : Event
- Inheritance
-
StoreStatsChangedEvent
- Inherited Members
Properties
Data
Store statistics.
public StoreStatsChangedEventData Data { get; set; }