KaxSchedulerTimeSlotContextMenuItemClicked Event |
Occurs after a time slot context menu item is clicked.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic event TimeSlotContextMenuItemClickedEventHandler TimeSlotContextMenuItemClicked
Public Event TimeSlotContextMenuItemClicked As TimeSlotContextMenuItemClickedEventHandler
public:
event TimeSlotContextMenuItemClickedEventHandler^ TimeSlotContextMenuItemClicked {
void add (TimeSlotContextMenuItemClickedEventHandler^ value);
void remove (TimeSlotContextMenuItemClickedEventHandler^ value);
}
member TimeSlotContextMenuItemClicked : IEvent<TimeSlotContextMenuItemClickedEventHandler,
TimeSlotContextMenuItemClickedEventArgs>
Value
Type:
Kettic.AspNet.ControlsTimeSlotContextMenuItemClickedEventHandler
Remarks
The TimeSlotContextMenuItemClicked event is raised after a time slot context menu item is clicked.
See Also