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

Staff online

Members online

Forum statistics

Threads
474,265
Messages
2,571,069
Members
48,771
Latest member
ElysaD

Latest Threads

Top