Bloom.CollectionCreating.KindOfCollectionControl._radioSourceCollection_CheckedChanged C# (CSharp) Method

_radioSourceCollection_CheckedChanged() private method

private _radioSourceCollection_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return 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
        }