New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.RadTreeViewContextMenuEventArgs : Sys.EventArgs

Inheritance Hierarchy

Methods

get_menu

Retrieves a reference to the context menu.

Parameters

Returns

Telerik.Web.UI.RadMenu

get_menuItem

Retrieves a reference to the selected context menu item. You can also call get_menu() from the menu item reference and use the menu to retrieve the other items on the menu.

Parameters

Returns

Telerik.Web.UI.RadMenuItem

get_node

Retrieves a reference to the clicked on node.

Parameters

Returns

Telerik.Web.UI.RadTreeNode

In this article