VB Equivalent of C# Event Creation
- by Steven
I'm trying to extend the GridView class to always show the header and footer even when the datasource is empty.
I found this website: link. However, it is written in C# but I use VB. What's the VB equivalent of line 76 (public event MustAddARowHandler MustAddARow;)?