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.
public 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.
- Implements
Remarks
Use ProcessIdle property to specify whether Idle event is fired.