The random ramblings of a software engineer
' Create the delegatePublic Delegate Sub UpdateEvent()' Create a handlerPublic Update As UpdateEvent' ...' Rest of the class' ...' Check if the event handler has been assigned toIf Not Update Is Nothing Then Update()End If
That doesn't work
Post a Comment
1 comment:
That doesn't work
Post a Comment