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
 
Back
Top