An NDoc Documented Class Library

TreeNodeEvent.PathTo Method 

[Visual Basic]
Overridable Protected Function PathTo( _ 
   ByVal givenNode As TreeNode _ 
) As String
[C#]
protected virtual string PathTo(
   TreeNode givenNode
);
[C++]
protected: virtual String* PathTo(
   TreeNode* givenNode
);
[JScript]
protected virtual function PathTo(
   TreeNode givenNode
): String;

See Also

TreeNodeEvent Class | White.Core.UIItemEvents Namespace