BeginInvoke

  • Thread starter Thread starter dusanv
  • Start date Start date
D

dusanv

Hi,

I'm trying to call 'BeginInvoke' on a member function of the Form Class
(Close function). What delegate do I use for that?

Thanks.
 
(e-mail address removed) a écrit :
Hi,

I'm trying to call 'BeginInvoke' on a member function of the Form Class
(Close function). What delegate do I use for that?

Any type of delegate would work just fine. If your delegate signature
takes parameters, use the 2nd parameter to BeginInvoke ( param
Object[] args) to pass them.

Arnaud
MVP - VC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top