How to disable event

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I am writing vb .net win form application.
The code for disable button event at C# is:
button1.Click -= new System.EventHandler(button1_Click);
How can this be done at vb .net?

Thank you.
 
Back
Top