Bloom.CollectionCreating.KindOfCollectionControl._radioSourceCollection_CheckedChanged C# (CSharp) Метод

_radioSourceCollection_CheckedChanged() приватный Метод

private _radioSourceCollection_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void
        private void _radioSourceCollection_CheckedChanged(object sender, EventArgs e)
        {
            _collectionInfo.IsSourceCollection = _radioSourceCollection.Checked;
            _setNextButtonState(this,true); //will update where next goes based on this IsSourceCollection value
        }