Table of Contents
ContextNode Property

Returns a TreeNode object that has displayed a context menu and subsequently the context menu triggered a server event.

Syntax
 public TreeNode ContextNode { get; }
Remarks

When you use ClientSideOnContextMenu to display a context menu for a tree node and the context menu's RaisesServerEvent is set to true, it is often desired to know which tree node was the node that the context menu acted upon when you handle the context menu's ItemClick event on the server side. Use this property to get that tree node.

See Also