public void TimeConsumingTaskCompletedEventHandler(TimeConsumingTaskEventArgs args) { //DispatcherHelper.UIDispatcher.BeginInvoke(() => IsBusy = false; //); //System.Diagnostics.Debug.WriteLine("IsBusy = False"); }
public void TimeConsumingTaskExecutingEventHandler(TimeConsumingTaskEventArgs args) { //DispatcherHelper.UIDispatcher.BeginInvoke(() => IsBusy = true; //); //System.Diagnostics.Debug.WriteLine("IsBusy = True"); }