IfcDoc.CtlProperties.toolStripButtonReqImportMandatory_Click C# (CSharp) Method

toolStripButtonReqImportMandatory_Click() private method

private toolStripButtonReqImportMandatory_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void toolStripButtonReqImportMandatory_Click(object sender, EventArgs e)
        {
            this.ApplyExchangeRequirement(this.toolStripButtonReqImportMandatory, DocExchangeApplicabilityEnum.Import, DocExchangeRequirementEnum.Mandatory);
        }
CtlProperties