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

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

private _radioNormalVernacularCollection_CheckedChanged ( object sender, System e ) : void
sender object
e System
Результат 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
        }