Hi everyone,

I am using a third-party MDI framework which has default event handlers for 
many window events. The problem is I want my custom code to execute in response 
to few window events but only after the default handler defined by the 
framework has been executed because otherwise some of my changes get overriden 
by the framework's default event handlers.

I don't want to use preventDefault() because I also want those default event 
handlers to execute.

Thanks...

Reply via email to