WindowActivate event in C#

D

DapperDanH

I am trying to subscribe to the Applicaiton.WindowsActivate event in C#. I
see an eventhandler for it, but I do not see the event for it. Any work
arounds to subscribe to WindowActivate event?

mspApp.WindowDeactivate+=new
MSProject._EProjectApp2_WindowDeactivateEventHandler(mspApp_WindowDeactivate);

mspApp.WindowActivate+=new
MSProject._EProjectApp2_WindowActivateEventHandler(mspApp_WindowActivate);

Thanks,
Dan
 
Top