IfcDoc.CtlProperties.textBoxIdentityOwner_TextChanged C# (CSharp) Method

textBoxIdentityOwner_TextChanged() private method

private textBoxIdentityOwner_TextChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void textBoxIdentityOwner_TextChanged(object sender, EventArgs e)
        {
            this.m_target.Owner = this.textBoxIdentityOwner.Text;
        }
CtlProperties