G
Guest
Hello All,
In C#, one function can handle events from multiple, as long as it has the
same delagate signature. For example, there might be a single event that
handles all the Checkbox.CheckChanged events.
Is this possible in VB.Net, or do all controls need to have a separate event
that calls this single sub?
Thanks,
PAGates
In C#, one function can handle events from multiple, as long as it has the
same delagate signature. For example, there might be a single event that
handles all the Checkbox.CheckChanged events.
Is this possible in VB.Net, or do all controls need to have a separate event
that calls this single sub?
Thanks,
PAGates