Exemplo n.º 1
0
 // Invoke the Changed event; called whenever the catalog status changes
 protected virtual void OnRecordingStatusChanged(CatalogSelectionChangedEventArg e)
 {
     if (CatalogSelectionStatusChanged != null)
     {
         CatalogSelectionStatusChanged(this, e);
     }
 }
Exemplo n.º 2
0
 // Invoke the Changed event; called whenever the catalog status changes
 protected virtual void OnRecordingStatusChanged(CatalogSelectionChangedEventArg e)
 {
     if (CatalogSelectionStatusChanged != null)
     {
         CatalogSelectionStatusChanged(this, e);
     }
 }