ArcGIS4LocalGovernment.RunChangeRulesCommand.OnClick C# (CSharp) Method

OnClick() protected method

protected OnClick ( ) : void
return void
        protected override void OnClick()
        {
            ConfigUtil.type = "aa";
            if (AAState.PerformUpdates == false)
            {
                MessageBox.Show(A4LGSharedFunctions.Localizer.GetString("AttributeAssistantMess_1f"));
                return;

            }
            if (_editor.EditState == esriEditState.esriStateNotEditing)
            {
                MessageBox.Show(A4LGSharedFunctions.Localizer.GetString("AttributeAssistantMess_1g"));
                return;

            }
            RunChangeRules();
        }