Delete reference to "the Visual Basic code above" (#121)

This commit is contained in:
Kevin Jones
2020-11-13 12:23:01 -08:00
committed by GitHub
parent a108fc2b98
commit 04d84966fa
@@ -66,8 +66,6 @@ In addition to creating events using the Windows Forms Designer in Visual Studio
button1->Click += gcnew System::EventHandler(this, &Form1::button1_Click);
```
The <xref:System.ComponentModel.EventHandlerList.AddHandler%2A> method demonstrated in the Visual Basic code above establishes a click event handler for the button.
## See also
- [Creating Event Handlers in Windows Forms](creating-event-handlers-in-windows-forms.md)