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