User MenuItem Clicked
User Function which is invoked each time a User Menu Item is clicked by the User.
important
This is used for both Column Menus and Context Menus.
The handler
recieves a Menu Info object which provides full information of the column / cell where the menu is being displayed and returns no value.
handler: (menuInfo: MenuInfo) => void;