SystemEvents::InvokeOnEventsThread Method (Delegate^)
.NET Framework (current version)
Invokes the specified delegate using the thread that listens for system events.
Assembly: System (in System.dll)
Parameters
- method
-
Type:
System::Delegate^
A delegate to invoke using the thread that listens for system events.
| Exception | Condition |
|---|---|
| InvalidOperationException | System event notifications are not supported under the current context. Server processes, for example, might not support global system event notifications. |
| ExternalException | The attempt to create a system events window thread did not succeed. |
You can use this method any time that you need to handle a system event that is not exposed otherwise by the SystemEvents class.
When you call this method, the specified delegate will be invoked by the thread that your application is using to process system events.
.NET Framework
Available since 1.1
Available since 1.1
Show: