hoTools.ActiveX.AddinControlGui._txtSearchName_Leave C# (CSharp) Method

_txtSearchName_Leave() private method

Leave the TextBox Search Name
private _txtSearchName_Leave ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void _txtSearchName_Leave(object sender, EventArgs e)
        {

        }
AddinControlGui