G
Guest
What are the different features (in VB.NET) between a) Custom Events and b)
Multicast Delegates to raise events?
On the bottom line my class ad a) manages a list of handlers or ad b)
obtains a list of handlers (using GetInvocationList) and invokes them
one-by-one. So where is the difference?
eg are Custom Events the only way to raise an event asynchronously?
thanks herbert
Multicast Delegates to raise events?
On the bottom line my class ad a) manages a list of handlers or ad b)
obtains a list of handlers (using GetInvocationList) and invokes them
one-by-one. So where is the difference?
eg are Custom Events the only way to raise an event asynchronously?
thanks herbert