Example #1
0
        private void EventRemove(Instance inst)
        {
            var eArg = new InstanceCollectionEventArgs()
            {
                Reference = inst,
                Type      = InstanceCollectionEventType.RemoveObject
            };

            OnObjectRemove?.Invoke(eArg);
            OnGeneralizedEvent?.Invoke(eArg);
        }
 public void removeTuioObject(TuioObject tobj) => OnObjectRemove?.Invoke(tobj);