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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.