internal static void OnNotifyItem(ItemBox widget, NotifyItemEventArg arg) { IBNotifyItemData info = Util.PtrToStruct<IBNotifyItemData>(arg.IBNotifyItemData); widget.mHandleNotifyItem(widget.Name, ref info); }