Nested Grids for Hierarchical Data

D

David Branch

I try to convert the code for this article from c# to vb and just can not
get it to work.
(53): 'Public Event UpdateView(sender As Object, e As System.EventArgs)' is
an event, and cannot be called directly. Use a 'RaiseEvent' statement to
raise an event.

Public Event UpdateView As EventHandler

Private Sub OnUpdateView()

If Not (UpdateView Is Nothing) Then

UpdateView(Me, EventArgs.Empty)

End If

End Sub 'OnUpdateView


Nested Grids for Hierarchical Data
http://msdn.microsoft.com/msdnmag/issues/03/10/CuttingEdge/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,236
Members
46,821
Latest member
AleidaSchi

Latest Threads

Top