IfcDoc.CtlProperties.textBoxIdentityAuthor_TextChanged C# (CSharp) Méthode

textBoxIdentityAuthor_TextChanged() private méthode

private textBoxIdentityAuthor_TextChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void
        private void textBoxIdentityAuthor_TextChanged(object sender, EventArgs e)
        {
            this.m_target.Author = this.textBoxIdentityAuthor.Text;
        }
CtlProperties