예제 #1
0
 void CommunicationManager_StatusUpdated(object sender, StatusUpdatedEventArgs e)
 {
     Dispatcher.Invoke(DispatcherPriority.Normal, (Action)(() =>
     {
         VisualHelper.BindTarget(TweetsListView, ListViewItem.OpacityProperty);
     }));
 }