Vb.Net Event Subscription

  • Thread starter Thread starter Srikanth
  • Start date Start date
S

Srikanth

Hi all,
Can any one tell me how we will subscribe an event in vb.net

What is the equivalent of following code in VB.NET
DocumentInfo.DataModified += New DataModifiedEventHandler
(DocumentInfo_DataModified)

Thanks In Advance,
Srikanth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top