Hello,
I am trying to create a public void delegate GenericEventHan dler in the event publishing class with a generic parameter. The parameter is of a variable type. 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 help implement this functionality.
Thank you,
Serge
I am trying to create a public void delegate GenericEventHan dler in the event publishing class with a generic parameter. The parameter is of a variable type. 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 help implement this functionality.
Thank you,
Serge