ARCed.Dialogs.NewProjectForm.TextBoxLocationTextChanged C# (CSharp) Метод

TextBoxLocationTextChanged() приватный Метод

Updates the location when the text changes
private TextBoxLocationTextChanged ( object sender, EventArgs e ) : void
sender object The invoker of the event
e System.EventArgs Event arguments
Результат void
        private void TextBoxLocationTextChanged(object sender, EventArgs e)
        {
            if (ActiveControl != null && !this.textBoxFolderName.Focused)
                this._location = this.textBoxLocation.Text;
        }