Exemplo n.º 1
0
        protected virtual void OnItemStateChanged(int index, GroupState state)
        {
            ItemStateChangedHandler handler = ItemStateChanged;

            if (handler != null)
            {
                handler(index, state);
            }
        }
Exemplo n.º 2
0
        private static void OnItemStateChanged(int index, GroupState state)
        {
            ItemStateChangedHandler handler = ItemStateChanged;

            if (handler != null)
            {
                handler(index, state);
            }
        }