public abstract bool IsLeaf(TreePath treePath);
public TreePathEventArgs() { _path = new TreePath(); }
public abstract System.Collections.IEnumerable GetChildren(TreePath treePath);