If we write any code for dataGrid methods, what is the access specifier used for that methods in the code behind file and why an

Q

If we write any code for dataGrid methods, what is the access specifier used for that methods in the code behind file and why and how? Give an example.

✍: Guest

A

We use Friends Modifer for the dataGrid methods. Friend WithEvents DataGrid1 As System.Windows.Forms.DataGrid

2014-11-07, 1641👍, 0💬