Public Event FormResponseDeleteAs EventHandler
When declaring an event, it should be the name followed by what parameters will be passed, just like a delegate or the heading to a sub. I.e.
Public Event FormResponseDelete(ByVal sender As Object, ByVal e As System.EventArgs)
No comments:
Post a Comment