VB Equivalent of C# Event Creation
Posted
by Steven
on Stack Overflow
See other posts from Stack Overflow
or by Steven
Published on 2010-04-12T19:44:19Z
Indexed on
2010/04/12
19:53 UTC
Read the original article
Hit count: 389
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;
)?
© Stack Overflow or respective owner