Beispiel #1
0
        protected virtual void OnItemStateChanged(int index, GroupState state)
        {
            ItemStateChangedHandler handler = ItemStateChanged;

            if (handler != null)
            {
                handler(index, state);
            }
        }
Beispiel #2
0
        private static void OnItemStateChanged(int index, GroupState state)
        {
            ItemStateChangedHandler handler = ItemStateChanged;

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