OldNode Property

Retrieves the index of the previously selected node.

Syntax

Visual Basic  Public  ReadOnly Property OldNode As string
C# public  string OldNode { get; }
Managed C++ public:  __property string get_OldNode();
JScript public   function get OldNode() : string;

Possible Values

The property is read-only. The property has no default value.

Applies To

TreeViewSelectEventArgs

See Also

Internet Explorer WebControls, About the TreeView WebControl