Giving Custom Classes Custom Events

cugone

Newcomer
Joined
Apr 30, 2008
Messages
19
I have quite a few custom-designed classes that need to be notified when certain things happen pertaining to them, though, I've never delved into delegates and wouldn't even know where to start. How would I be able to write/use the events like the IDE does where you define an object and have all of it's events right there in a drop down. Would simply declaring it "WithEvents" work or is it more involved?
 
Back
Top