KaxSchedulerTimeSlotContextMenuItemClicking Event |
Occurs when a time slot context menu item is clicked, before processing default commands.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic event TimeSlotContextMenuItemClickingEventHandler TimeSlotContextMenuItemClicking
Public Event TimeSlotContextMenuItemClicking As TimeSlotContextMenuItemClickingEventHandler
public:
event TimeSlotContextMenuItemClickingEventHandler^ TimeSlotContextMenuItemClicking {
void add (TimeSlotContextMenuItemClickingEventHandler^ value);
void remove (TimeSlotContextMenuItemClickingEventHandler^ value);
}
member TimeSlotContextMenuItemClicking : IEvent<TimeSlotContextMenuItemClickingEventHandler,
TimeSlotContextMenuItemClickingEventArgs>
Value
Type:
Kettic.AspNet.ControlsTimeSlotContextMenuItemClickingEventHandler
Remarks
The TimeSlotContextMenuItemClicking event is raised when a time slot context menu item is clicked, before are processing default commands.
See Also