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

Telerik.Web.UI.RadContextMenuCancelEventArgs : Sys.CancelEventArgs

Inheritance Hierarchy

Methods

get_targetElement

Returns a reference to the DOM element that was right-clicked to show the context menu. If the menu appeared in response to a call to the show or showAt method rather than a right-click on one of its targets, get_targetElement returns null.

Parameters

Returns

Element

get_domEvent

Returns a reference to the DOM event that caused the opening.

Parameters

Returns

Sys.UI.DomEvent

In this article