* TreeView.cs: Use LostFocus instead of Leave for
commitd5ced3f269f8328da252b62688e3f7d232d344ee
authorJackson Harper <jackson@novell.com>
Thu, 13 Jul 2006 19:01:34 +0000 (13 19:01 -0000)
committerJackson Harper <jackson@novell.com>
Thu, 13 Jul 2006 19:01:34 +0000 (13 19:01 -0000)
tree18d5e972468f53776a3556a320c31909732e75dd
parent65cb692b6eed750c0abf30a7d57fdf8176d49b30
            * TreeView.cs: Use LostFocus instead of Leave for
                * detecting when
        the edit box has lost focus (duh).
        - Just make the edit box not visible when we get return, that
          will
        take the focus, which will call EndEdit
        * TreeNode.cs When we start editing, notify the treeview.

svn path=/trunk/mcs/; revision=62575
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeNode.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeView.cs