Пример #1
0
 internal static void OnNotifyItem(ItemBox widget, NotifyItemEventArg arg)
 {
     IBNotifyItemData info = Util.PtrToStruct<IBNotifyItemData>(arg.IBNotifyItemData);
     widget.mHandleNotifyItem(widget.Name, ref info);
 }