G
Guest
I'm trying to understand how many threads are involved when a client event
handler is called.
I am using a simple .net windows application. I click a button on a form
that triggers an event. The event delegate calls two event handlers in two
seperate object instances.
Are the event handlers getting called sequentially relative to the main
thread or are seperate threads being generated to handle the events?
Are there .net application settings that change this?
Your explanation will be appreciated.
handler is called.
I am using a simple .net windows application. I click a button on a form
that triggers an event. The event delegate calls two event handlers in two
seperate object instances.
Are the event handlers getting called sequentially relative to the main
thread or are seperate threads being generated to handle the events?
Are there .net application settings that change this?
Your explanation will be appreciated.