C# WinAPP Delegate with a generic parameter

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Autofreak
    New Member
    • Apr 2007
    • 4

    C# WinAPP Delegate with a generic parameter

    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
Working...