Private Sub RecipeSaveButton1_RecipeSaved(sender As Object, e As EventArgs) Handles RecipeSaveButton1.RecipeSaved MsgBox("Recipe Saved!") End Sub