Doesn't see invoke (beginInvoke) in context, how to fix it?
-
The library you need, it seems to be connected ...
Neither Invoke nor beginInvoke seesC# Ryan Alvarez, Feb 16, 2019 -
For WPF:
this.Dispatcher.Invoke
or
this.Dispatcher.BeginInvoke
And no additional libraries need to be connected, it is enough:
using System.Windows;
Hanna Clayton -
And if you press the "light", which is yellow at the beginning of the line?Anonymous
2 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!