GenericMenu.MenuFunction2
public delegate void MenuFunction2(object userData);
Parameters
| userData | The data to pass through to the callback function. |
Description 描述
Callback function with user data, called when a menu item is selected.
See Also: GenericMenu, MenuFunction.