JavaScript Editor JavaScript Editor     JavaScript Debugger

Previous Section Next Section

Main Page

Creating Class (Shared) Events

Events (see the previous topic to see how to create custom events) also can be declared as Shared:

Public Shared Event ThreeClick(ByVal Message As String)

That's good to know because, for example, shared methods can raise only shared events.

Previous Section Next Section




JavaScript Editor Free JavaScript Editor     JavaScript Editor