D
dwhittenburg
I have used delegates in c#, but I'm trying to get this working with vb.net
I have an object called Panel that contains a button...when the button is
clicked I want it to call a function of all methods subscribed to be
called...
I have a container class that contains this Panel object and I want it to
be notified when the button is clicked...
Could anyone show me how to use delegates in vb.net?
Thanks
I have an object called Panel that contains a button...when the button is
clicked I want it to call a function of all methods subscribed to be
called...
I have a container class that contains this Panel object and I want it to
be notified when the button is clicked...
Could anyone show me how to use delegates in vb.net?
Thanks