Hello,
I am trying to create a public void delegate
GenericEventHandler in the event publishing class with a generic
parameter. The parameter is of a variable type supplied by the referenced Class
Library. The parameter/argument will be passed to the subcriber class
when the event is fired. The variable types library assembly is referenced in
both the publisher and subscriber classes. Could you please expalin how
to implement this functionality.
Thank you,
Serge