Hello Every Body
How can I handle a system event that is not exposed by the SystemEvents class using c# ? I read somthing about InvokeOnEventsThread method in MSDN :
public static void InvokeOnEventsThread(Delegate method);
But I don't undrestand how I can use it.Please Help Me.
Thanx