To add an event to a class and then use the event, you must:
Note Events cannot have named arguments, optional arguments, or ParamArray arguments. Events do not have return values.
For More Information Details and code examples are provided in "Adding Events to a Class."