Class ScheduleContextMenuClickEventArgs
Provides data for the ScheduleContextMenuClick event.
Inheritance
System.Object
ScheduleContextMenuClickEventArgs
Namespace: Syncfusion.Windows.Forms.Schedule
Assembly: Syncfusion.Schedule.Windows.dll
Syntax
public class ScheduleContextMenuClickEventArgs : HandledEventArgs
Remarks
A ScheduleContextMenuClickArgs class holds references to the menu item that was clicked as as other information such as whether it was a single click.Used by the event.
Constructors
ScheduleContextMenuClickEventArgs()
Initializes a new instance of the ScheduleContextMenuClickEventArgs class.
Declaration
public ScheduleContextMenuClickEventArgs()
ScheduleContextMenuClickEventArgs(ToolStripMenuItem)
Initializes a new instance of the ScheduleContextMenuClickEventArgs class.
Declaration
public ScheduleContextMenuClickEventArgs(ToolStripMenuItem item)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Forms.ToolStripMenuItem | item | The System.Windows.Forms.MenuItem. |
Properties
Item
Gets or sets the menu item under the click point.
Declaration
public ToolStripMenuItem Item { get; set; }
Property Value
| Type |
|---|
| System.Windows.Forms.ToolStripMenuItem |