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

TreePathEventArgs() public method

public TreePathEventArgs ( ) : System
return System
        public TreePathEventArgs()
        {
            _path = new TreePath();
        }

Same methods

TreePathEventArgs::TreePathEventArgs ( TreePath path ) : System
TreePathEventArgs