6 17 5 Writing the Menu Events From Visual LANSA previous page next page 6.17.5 Writing the Menu Events You write the logic for the menu items in their Click event. For example, to make the Exit menu option close the application, you would write this code: EVTROUTINE HANDLING(#MITM_10.Click) exit ENDROUTINE Ý 6.17 Menus previous page start next page