E
Eric
I need to raise events from a c# class to the caller, a c#
or vb form. In VB you would declare the event in the
class, then just use the RaiseEvent to raise the event, in
the form you would just create a handler that would handle
that event.
How do you do this same thing in c#? Is it possible to
raise events from a C# class to either a C# windows
application or a VB windows application?
Thanks
eric
or vb form. In VB you would declare the event in the
class, then just use the RaiseEvent to raise the event, in
the form you would just create a handler that would handle
that event.
How do you do this same thing in c#? Is it possible to
raise events from a C# class to either a C# windows
application or a VB windows application?
Thanks
eric