RaiseEvent Statement
Calls the event that is passed to it.
Syntax
RaiseEvent EventName
Notes
EventName is the name of the event that you wish to trigger. RaiseEvent is especially useful when you have an Event Definition that has the same name as a method.