Use "AddHandler", example: AddHandler ObjectName.EventName, AddressOf MyMethod
On Nov 18, 10:52 am, "Rushikesh Prachand" <[EMAIL PROTECTED]> wrote: > Hi, > > I have a C# library (dll) in which events are exposed . > I am using the same dll in VB.net, > Please let me know how can i subscribe C# events in VB.net
