Event Idle
Occurs when the application finishes processing events and is about to enter the idle state. This is the same as Idle but on the control level.
event EventHandler? Idle
Returns
- EventHandler
- Occurs when the application finishes processing events and is about to enter the idle state. This is the same as but on the control level.
Remarks
Use ProcessIdle property to specify whether Idle event is fired.