Application.RaiseIdle(EventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises the Idle event in hosted scenarios.
public:
static void RaiseIdle(EventArgs ^ e);
public static void RaiseIdle (EventArgs e);
static member RaiseIdle : EventArgs -> unit
Public Shared Sub RaiseIdle (e As EventArgs)
Parameters
Remarks
This method is used when hosting Windows Forms in another environment, such as an unmanaged application. You should call RaiseIdle when the hosting application enters an idle state. This enables some Windows Forms controls and components to do important background work while the user is not interacting with the application.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.