Как установить приоритет события клика в первую очередьC#

Место общения программистов C#
Anonymous
Как установить приоритет события клика в первую очередь

Сообщение Anonymous »


I'm doing the cancel uploading if it too long, i decided to use a splashscreen with cancel button

When i click the cancel button, the cancel() of cancellation request will be call, but everytime i try, the click event always fire after the request done and i also received the response. How to overcome this problem?

I try to use Action end Invoke it, but there also no hope


Источник: https://stackoverflow.com/questions/781 ... vent-first

Вернуться в «C#»