From 04d84966fac9abc8b5f1c1cb0aae9521be1c32a4 Mon Sep 17 00:00:00 2001 From: Kevin Jones Date: Fri, 13 Nov 2020 14:23:01 -0600 Subject: [PATCH] Delete reference to "the Visual Basic code above" (#121) --- ...ow-to-create-event-handlers-at-run-time-for-windows-forms.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/dotnet-desktop-guide/framework/winforms/how-to-create-event-handlers-at-run-time-for-windows-forms.md b/dotnet-desktop-guide/framework/winforms/how-to-create-event-handlers-at-run-time-for-windows-forms.md index c101101..47ccc73 100644 --- a/dotnet-desktop-guide/framework/winforms/how-to-create-event-handlers-at-run-time-for-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/how-to-create-event-handlers-at-run-time-for-windows-forms.md @@ -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 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)