示例#1
0
        void IPropertyManagerPage2Handler9.OnGroupExpand(int Id, bool Expanded)
        {
            if (!CanRaiseEvent())
            {
                return;
            }

            Groupe Groupe = _Calque.DicGroup[Id] as Groupe;

            if (Groupe.IsRef())
            {
                Groupe.Expanded = Expanded;
            }
        }