IfcDoc.CtlProperties.ctlRules_SelectionChanged C# (CSharp) Method

ctlRules_SelectionChanged() private method

private ctlRules_SelectionChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void ctlRules_SelectionChanged(object sender, EventArgs e)
        {
            if (this.RuleSelectionChanged != null)
            {
                this.RuleSelectionChanged(this, e);
            }
        }
CtlProperties