void IPropertyManagerPage2Handler9.OnGroupExpand(int Id, bool Expanded) { if (!CanRaiseEvent()) { return; } Groupe Groupe = _Calque.DicGroup[Id] as Groupe; if (Groupe.IsRef()) { Groupe.Expanded = Expanded; } }