Example #1
0
 private void SendStoreRefreshEventMessage(StoreRefreshSource refreshSource)
 {
     OnRaiseStoreRefreshEvent(new StoreRefreshMessageEventArgs(refreshSource));
 }
 public StoreRefreshMessageEventArgs(StoreRefreshSource refreshSource)
 {
     RefreshSource = refreshSource;
 }