示例#1
0
        public void TimeConsumingTaskCompletedEventHandler(TimeConsumingTaskEventArgs args)
        {
            //DispatcherHelper.UIDispatcher.BeginInvoke(() =>
            IsBusy = false;
            //);

            //System.Diagnostics.Debug.WriteLine("IsBusy = False");
        }
示例#2
0
        public void TimeConsumingTaskExecutingEventHandler(TimeConsumingTaskEventArgs args)
        {
            //DispatcherHelper.UIDispatcher.BeginInvoke(() =>
            IsBusy = true;
            //);

            //System.Diagnostics.Debug.WriteLine("IsBusy = True");
        }
示例#3
0
        public void TimeConsumingTaskExecutingEventHandler(TimeConsumingTaskEventArgs args)
        {
            //DispatcherHelper.UIDispatcher.BeginInvoke(() =>
            IsBusy = true;
                //);

            //System.Diagnostics.Debug.WriteLine("IsBusy = True");
        }
示例#4
0
        public void TimeConsumingTaskCompletedEventHandler(TimeConsumingTaskEventArgs args)
        {
            //DispatcherHelper.UIDispatcher.BeginInvoke(() =>
                IsBusy = false;
                //);

            //System.Diagnostics.Debug.WriteLine("IsBusy = False");
        }