2
Answers

Generic Delegate

Sergei Vasilyeu

Sergei Vasilyeu

16y
7.1k
1
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

Answers (2)