AddTreeNodeEventArgsFullPath Property |
the full path of the TreeNode that is associated to the currently handled event
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public string FullPath { get; }
Public ReadOnly Property FullPath As String
Get
public:
property String^ FullPath {
String^ get ();
}
member FullPath : string with get
Property Value
Type:
StringSee Also