ComponentFactory.Krypton.Toolkit.KryptonCheckSet.EndInit C# (CSharp) Method

EndInit() public method

Signals the object that initialization is complete.
public EndInit ( ) : void
return void
        public void EndInit()
        {
            _initializing = false;

            if (_checkedChanged)
                OnCheckedButtonChanged(EventArgs.Empty);
        }