Class
SchedulerContextMenuOpeningEventArgs

Represents the event arguments for the ContextMenuOpening event of RadScheduler

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class SchedulerContextMenuOpeningEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsSchedulerContextMenuOpeningEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

SchedulerContextMenuOpeningEventArgs(RadElement, RadContextMenu)

Initializes a new instance of the SchedulerContextMenuOpeningEventArgs class.

Declaration

cs-api-definition
public SchedulerContextMenuOpeningEventArgs(RadElement element, RadContextMenu contextMenu)

Parameters

element

RadElement

The element for which the menu will be opened.

contextMenu

RadContextMenu

The context menu that will be opened.

Properties

Element

Gets the element over which the menu is showing.

Declaration

cs-api-definition
public RadElement Element { get; }

Property Value

RadElement

Menu

Gets or sets the context menu that is being opened.

Declaration

cs-api-definition
public RadContextMenu Menu { get; set; }

Property Value

RadContextMenu