1. Define an event
Public Event myEvent as EventHandler
2. Raise event
Private Sub ExistingEvent(Byval sender as Object, byval e as System.EventArgs) Handles ExistingEvent
'Add custom code here
.......
RaiseEvent MyEvent(Me,e)
End Sub
Subscribe to:
Post Comments (Atom)
Blog Archive
- June (1)
- April (2)
- April (1)
- August (1)
- April (1)
- March (1)
- February (1)
- March (1)
- February (2)
- August (1)
- April (1)
- March (1)
- February (2)
- November (3)
- September (1)
- August (1)
- June (1)
- April (1)
- March (1)
- February (5)
- January (1)
- August (1)
- July (1)
- January (2)
- August (1)
- June (1)
- March (4)
- February (3)
- January (3)
No comments:
Post a Comment