Acrolinx.Sdk.Sidebar.Util.Configuration.Options.Validation_SidebarSourceNotReachable C# (CSharp) Method

Validation_SidebarSourceNotReachable() private method

private Validation_SidebarSourceNotReachable ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void Validation_SidebarSourceNotReachable(object sender, EventArgs e)
        {
            status = ValidationStatus.Failure;
            validateOptionsAndAdjustControlStates();
            textServerAddress.Focus();
        }