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

_radioNormalVernacularCollection_CheckedChanged() private method

private _radioNormalVernacularCollection_CheckedChanged ( object sender, System e ) : void
sender object
e System
return void
        private void _radioNormalVernacularCollection_CheckedChanged(object sender, System.EventArgs e)
        {
            _collectionInfo.IsSourceCollection = _radioSourceCollection.Checked;
            _setNextButtonState(this,true);//will update where next goes based on this IsSourceCollection value
        }