about application.idle event

  • Thread starter Thread starter Chhiring
  • Start date Start date
C

Chhiring

Guest
application.idle += new eventhandler (application_idle)

i want to know all about this application.idle event and also how this above method works ?

let suppose we have some function in application_idle method ;

when does this method invoke?

Continue reading...
 
Back
Top