ZForge.Controls.TreeViewAdv.Tree.TreeViewAdv.OnGotFocus C# (CSharp) Method

OnGotFocus() protected method

protected OnGotFocus ( EventArgs e ) : void
e EventArgs
return void
        protected override void OnGotFocus(EventArgs e)
        {
            HideEditor();
            UpdateView();
            ChangeInput();
            base.OnGotFocus(e);
        }
TreeViewAdv