DataHubServicesAddin.Dialogs.ConfigureLocatorForm.connectionSettings_TextChanged C# (CSharp) Method

connectionSettings_TextChanged() private method

Handles the TextChanged event of the connectionSettings control.
private connectionSettings_TextChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void
        private void connectionSettings_TextChanged(object sender, EventArgs e)
        {
            try
            {
                InvalidateWebService();
                ConfigureUI();
            }
            catch (Exception)
            {

            }
        }