Answers for "O thread de chamada não pode aceder a este objecto porque existe outro thread que já o tem"

C#
0

O thread de chamada não pode aceder a este objecto porque existe outro thread que já o tem

Application.Current.Dispatcher.BeginInvoke(
  DispatcherPriority.Background,
  new Action(() => 
    button_proximo.RaiseEvent(new RoutedEventArgs(System.Windows.Controls.Primitives.ButtonBase.ClickEvent));
);
Posted by: Guest on June-01-2020

Code answers related to "O thread de chamada não pode aceder a este objecto porque existe outro thread que já o tem"

C# Answers by Framework

Browse Popular Code Answers by Language