public static void _ICQGCELEvents_ConditionResolvedEventHandlerImpl(CQG.CQGCondition cqg_condition, CQG.CQGError cqg_error)
        {
            string name = "ConditionResolved";
            var    args = new object[] { cqg_condition, cqg_error };

            EventHandler.CommonEventHandler(name, args);
        }
        public static void _ICQGCELEvents_ConditionUpdatedEventHandlerImpl(CQG.CQGCondition cqg_condition, Int32 index_)
        {
            string name = "ConditionUpdated";
            var    args = new object[] { cqg_condition, index_ };

            EventHandler.CommonEventHandler(name, args);
        }
        public static void _ICQGCELEvents_ConditionAddedEventHandlerImpl(CQG.CQGCondition cqg_condition)
        {
            string name = "ConditionAdded";
            var    args = new object[] { cqg_condition };

            EventHandler.CommonEventHandler(name, args);
        }