C
CJ Taylor
Hey,
I'm working with Dynamic Assemblies right now for a framework I'm building
and what I'm trying to understand is how EventHandlerList works. I've read
some documentaiton on it, but nothing really useful. Was wondering if
someone could shed some light on the subject.
Such as, if I declare an instance of an EventHandlerList and add handlers,
will it automatically know to grab the events when they are thrown?
Basically, is EventHandlerList.AddHandler = AddHandler keyword?
Thanks,
CJ
I'm working with Dynamic Assemblies right now for a framework I'm building
and what I'm trying to understand is how EventHandlerList works. I've read
some documentaiton on it, but nothing really useful. Was wondering if
someone could shed some light on the subject.
Such as, if I declare an instance of an EventHandlerList and add handlers,
will it automatically know to grab the events when they are thrown?
Basically, is EventHandlerList.AddHandler = AddHandler keyword?
Thanks,
CJ