ZForge.Controls.TreeViewAdv.Tree.TreeViewAdv.OnGotFocus C# (CSharp) Метод

OnGotFocus() защищенный Метод

protected OnGotFocus ( EventArgs e ) : void
e EventArgs
Результат void
        protected override void OnGotFocus(EventArgs e)
        {
            HideEditor();
            UpdateView();
            ChangeInput();
            base.OnGotFocus(e);
        }
TreeViewAdv