Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

invalidoperationexception c# ui thread

this.Invoke(new Action(() =>
            {
                // UI operation here
            }));
 
PREVIOUS NEXT
Tagged: #invalidoperationexception #ui #thread
ADD COMMENT
Topic
Name
6+3 =