Click or drag to resize
KaxTreeViewContextMenuItemClick Event
Occurs on the server when a item in the KaxTreeViewContextMenu is clicked.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public event KaxTreeViewContextMenuEventHandler ContextMenuItemClick

Value

Type: Kettic.AspNet.ControlsKaxTreeViewContextMenuEventHandler
Remarks
The context menu will also postback if you navigate to a menu item using the [menu item] key and then press [enter] on the menu item that is focused. The instance of the clicked menu item is passed to the ContextMenuItemClick event handler - you can obtain a reference to it using the eventArgs.Item property.
See Also