Application.Idle += Application_Idle;
void Application_Idle(object sender, EventArgs e){
}
当应用程序完成处理并即将进入空闲状态时发生。