Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

NavigationItemEventArgs.TreeNode Property

Gets the referenced TreeNode when the event is raised.

[Visual Basic]
Public ReadOnly Property TreeNode As TreeNode
[C#]
public TreeNode TreeNode {get;}

Remarks

This property returns null (Visual Basic Nothing) if the event source is not a TreeView.

See Also

NavigationItemEventArgs Class | EO.Web Namespace


Direct link to this topic