IfcDoc.CtlProperties.textBoxIdentityAuthor_TextChanged C# (CSharp) Method

textBoxIdentityAuthor_TextChanged() private method

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