M
MB
Hi,
I got following :
' This delegate is declared as a void, so the compiler automatically
' generates a new class, named CheckAndPrintDelegate, that inherits from
' System.MulticastDelegate
from :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/
frlrfSystemMulticastDelegateClassTopic.asp
But how do you inherit from a multicast delegate ?
When I try this, I get following error: cannot inherit from special class
'System.MulticastDelegate'
Don't understand that multicast thingy all to good
thanks
I got following :
' This delegate is declared as a void, so the compiler automatically
' generates a new class, named CheckAndPrintDelegate, that inherits from
' System.MulticastDelegate
from :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/
frlrfSystemMulticastDelegateClassTopic.asp
But how do you inherit from a multicast delegate ?
When I try this, I get following error: cannot inherit from special class
'System.MulticastDelegate'
Don't understand that multicast thingy all to good

thanks