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(MenuItem)
Initializes a new instance of the ScheduleContextMenuClickEventArgs class.
Declaration
public ScheduleContextMenuClickEventArgs(MenuItem item)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.MenuItem | item | The System.Windows.Forms.MenuItem. |
Properties
Item
Gets or sets the menu item under the click point.
Declaration
public MenuItem Item { get; set; }
Property Value
Type |
---|
System.Windows.Forms.MenuItem |