Пример #1
0
 protected virtual void OnOperationStarted(ItemSourceOperationEventArgs args)
 {
     if (this.OperationStarted != null)
     {
         this.OperationStarted(this, args);
     }
 }
Пример #2
0
 void ItemsSource_OperationStarted(object sender, ItemSourceOperationEventArgs e)
 {
     this.StartWaiting();
 }