IfcDoc.FormRule.textBoxIdentifier_TextChanged C# (CSharp) Method

textBoxIdentifier_TextChanged() private method

private textBoxIdentifier_TextChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void textBoxIdentifier_TextChanged(object sender, EventArgs e)
        {
            //this.m_rule.Identification = this.textBoxIdentifier.Text;

            //this.m_rule.RenameParameter(this.textBoxIdentifier.Text, this.m_project, this.m_template);
        }