S
Steve Long
Hello,
I have a VB.NET class that raises a MapSet event that passes an argument of
type interop.MapObjects2.MapClass.
I have a C# class that inherits from this VB.NET class. How can I handle the
VB.NET event in the C# class?
In VB.NET, you would just write:
Handles MyBase.MapSet
I would appreciate any help on this.
Steve
I have a VB.NET class that raises a MapSet event that passes an argument of
type interop.MapObjects2.MapClass.
I have a C# class that inherits from this VB.NET class. How can I handle the
VB.NET event in the C# class?
In VB.NET, you would just write:
Handles MyBase.MapSet
I would appreciate any help on this.
Steve