ComponentFactory.Krypton.Toolkit.KryptonCheckSet.KryptonCheckButtonCollection.OnClear C# (CSharp) Method

OnClear() protected method

Occurs when the collection is about to be cleared.
protected OnClear ( ) : void
return void
            protected override void OnClear()
            {
                foreach(KryptonCheckButton checkButton in base.List)
                    _owner.CheckButtonRemoved(checkButton);

                base.OnClear();
            }