IfcDoc.CtlProperties.comboBoxIdentityStatus_TextChanged C# (CSharp) Method

comboBoxIdentityStatus_TextChanged() private method

private comboBoxIdentityStatus_TextChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void comboBoxIdentityStatus_TextChanged(object sender, EventArgs e)
        {
            this.m_target.Status = this.comboBoxIdentityStatus.Text;
        }
CtlProperties