NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Application.RemoveOnIdle

Removes an event handler associated with the System.WinForms.Application.Idle event.

[Visual Basic]
Public Shared Sub RemoveOnIdle( _
   ByVal handler As EventHandler _
)
[C#]
public static void RemoveOnIdle(
   EventHandler handler
);
[C++]
public: static void RemoveOnIdle(
   EventHandler* handler
);
[JScript]
public static function RemoveOnIdle(
   handler : EventHandler
);

Parameters

handler
The EventHandler delegate to remove.

See Also

Application Class | Application Members | System.WinForms Namespace