public static void remove_deactivate(EventDispatcher that, Action<Event> value) { CommonExtensions.RemoveDelegate(that, value, Event.DEACTIVATE); }
public static void add_activate(EventDispatcher that, Action<Event> value) { CommonExtensions.CombineDelegate(that, value, Event.ACTIVATE); }