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