By default most event handlers return void, however, it is possible for handlers to return values. In a project you can have two events, a Save event that save data to the database and a Submit event that would send my data to another department. The