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

textBoxIdentityOwner_TextChanged() private méthode

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