entity.MetaEditor2.Ident.cbTagIdent_DropDown C# (CSharp) Метод

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

private cbTagIdent_DropDown ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void
        private void cbTagIdent_DropDown(object sender, EventArgs e)
        {
            if (cbTagIdent.Items.Count <= 1)
                this.FillTagBoxWithNames(false);
            cbTagIdent.Width = longestName + 20;
        }