In VB .NET, when you call RaiseEvent X(), is the function that handles the event X processed asynchronously or synchronously. I was under the impression that RaiseEvent and the processing of the event were Synchronous unless created explictly on another thread. I've been told otherwise though.
|
|
|
|
|
|
|
Events are raised synchronously by default. Since |
||
|
|
|
|
I just did some testing also...
Output: |
||
|
|
