Class SchedulerContextMenuOpeningEventArgs
Represents the event arguments for the ContextMenuOpening event of RadScheduler
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class SchedulerContextMenuOpeningEventArgs : CancelEventArgs
Constructors
SchedulerContextMenuOpeningEventArgs(RadElement, RadContextMenu)
Initializes a new instance of the SchedulerContextMenuOpeningEventArgs class.
Declaration
public SchedulerContextMenuOpeningEventArgs(RadElement element, RadContextMenu contextMenu)
Parameters
RadElement
element
The element for which the menu will be opened. |
RadContextMenu
contextMenu
The context menu that will be opened. |
Properties
Element
Gets the element over which the menu is showing.
Declaration
public RadElement Element { get; }
Property Value
RadElement
|
Menu
Gets or sets the context menu that is being opened.
Declaration
public RadContextMenu Menu { get; set; }
Property Value
RadContextMenu
|