Class ScheduleClientSideEventsBuilder
A builder class that holds Scheduler clientside events
Inheritance
Inherited Members
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class ScheduleClientSideEventsBuilder
Constructors
ScheduleClientSideEventsBuilder(ScheduleProperties)
Initializes a new instance of the ScheduleClientSideEventsBuilder class.
Declaration
public ScheduleClientSideEventsBuilder(ScheduleProperties scheduleProp)
Parameters
Type | Name | Description |
---|---|---|
ScheduleProperties | scheduleProp | It accepts the value as ScheduleProperties object. |
Methods
ActionBegin(String)
This event will trigger at the beggining of any actions performed on Schedule.
Declaration
public ScheduleClientSideEventsBuilder ActionBegin(string actionBegin)
Parameters
Type | Name | Description |
---|---|---|
System.String | actionBegin | It accepts the string value and triggers at the beggining of any actions performed on Schedule. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
ActionComplete(String)
This event will trigger after the completion of any actions performed on Schedule.
Declaration
public ScheduleClientSideEventsBuilder ActionComplete(string actionComplete)
Parameters
Type | Name | Description |
---|---|---|
System.String | actionComplete | It accepts the string value and triggers after the completion of any actions performed on Schedule. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
AppointmentChanged(String)
This event will trigger after the appointment is edited.
Declaration
public ScheduleClientSideEventsBuilder AppointmentChanged(string appointmentChanged)
Parameters
Type | Name | Description |
---|---|---|
System.String | appointmentChanged | It accepts the string value and triggers after the appointment is edited. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
AppointmentClick(String)
This event will trigger while clicking the appointment.
Declaration
public ScheduleClientSideEventsBuilder AppointmentClick(string appointmentClick)
Parameters
Type | Name | Description |
---|---|---|
System.String | appointmentClick | It accepts the string value and triggers while clicking the appointment. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
AppointmentCreated(String)
This event will trigger after the appointment is saved.
Declaration
public ScheduleClientSideEventsBuilder AppointmentCreated(string appointmentCreated)
Parameters
Type | Name | Description |
---|---|---|
System.String | appointmentCreated | It accepts the string value and triggers after the appointment is saved. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
AppointmentDeleted(String)
This event will trigger after the appointment is deleted.
Declaration
public ScheduleClientSideEventsBuilder AppointmentDeleted(string appointmentDeleted)
Parameters
Type | Name | Description |
---|---|---|
System.String | appointmentDeleted | It accepts the string value and triggers after the appointment is deleted. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
AppointmentEdited(String)
This event will trigger after the appointment is edited.
Declaration
public ScheduleClientSideEventsBuilder AppointmentEdited(string appointmentEdited)
Parameters
Type | Name | Description |
---|---|---|
System.String | appointmentEdited | It accepts the string value and triggers after the appointment is edited. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
AppointmentHover(String)
This event will trigger while hovering the appointment.
Declaration
public ScheduleClientSideEventsBuilder AppointmentHover(string appointmentHover)
Parameters
Type | Name | Description |
---|---|---|
System.String | appointmentHover | It accepts the string value and triggers while hovering the appointment. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
AppointmentRemoved(String)
This event will trigger after the appointment is deleted.
Declaration
public ScheduleClientSideEventsBuilder AppointmentRemoved(string appointmentRemoved)
Parameters
Type | Name | Description |
---|---|---|
System.String | appointmentRemoved | It accepts the string value and triggers after the appointment is deleted. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
AppointmentSaved(String)
This event will trigger after the appointment is saved.
Declaration
public ScheduleClientSideEventsBuilder AppointmentSaved(string appointmentSaved)
Parameters
Type | Name | Description |
---|---|---|
System.String | appointmentSaved | It accepts the string value and triggers after the appointment is saved. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
AppointmentWindowOpen(String)
This event will trigger while opening the appointment window.
Declaration
public ScheduleClientSideEventsBuilder AppointmentWindowOpen(string appointmentWindowOpen)
Parameters
Type | Name | Description |
---|---|---|
System.String | appointmentWindowOpen | It accepts the string value and triggers while opening the appointment window. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
BeforeAppointmentChange(String)
This event will trigger when the appointment is about to be edited.
Declaration
public ScheduleClientSideEventsBuilder BeforeAppointmentChange(string beforeAppointmentChange)
Parameters
Type | Name | Description |
---|---|---|
System.String | beforeAppointmentChange | It accepts the string value and triggers when the appointment is about to be edited. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
BeforeAppointmentCreate(String)
This event will trigger when the appointment is about to be saved.
Declaration
public ScheduleClientSideEventsBuilder BeforeAppointmentCreate(string beforeAppointmentCreate)
Parameters
Type | Name | Description |
---|---|---|
System.String | beforeAppointmentCreate | It accepts the string value and triggers when the appointment is about to be saved. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
BeforeAppointmentRemove(String)
This event will trigger when the appointment is about to be deleted.
Declaration
public ScheduleClientSideEventsBuilder BeforeAppointmentRemove(string beforeAppointmentRemove)
Parameters
Type | Name | Description |
---|---|---|
System.String | beforeAppointmentRemove | It accepts the string value and triggers when the appointment is about to be deleted. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
BeforeContextMenuOpen(String)
This event will trigger when context menu item is about to be opened.
Declaration
public ScheduleClientSideEventsBuilder BeforeContextMenuOpen(string beforeContextMenuOpen)
Parameters
Type | Name | Description |
---|---|---|
System.String | beforeContextMenuOpen | It accepts the string value and triggers when context menu item is about to be opened. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
CellClick(String)
This event will trigger while clicking the cell.
Declaration
public ScheduleClientSideEventsBuilder CellClick(string cellClick)
Parameters
Type | Name | Description |
---|---|---|
System.String | cellClick | It accepts the string value and triggers while clicking the cell. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
CellDoubleClick(String)
This event will trigger while double clicking the cell.
Declaration
public ScheduleClientSideEventsBuilder CellDoubleClick(string cellDoubleClick)
Parameters
Type | Name | Description |
---|---|---|
System.String | cellDoubleClick | It accepts the string value and triggers while double clicking the cell. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
CellHover(String)
This event will trigger while hovering the cell.
Declaration
public ScheduleClientSideEventsBuilder CellHover(string cellHover)
Parameters
Type | Name | Description |
---|---|---|
System.String | cellHover | It accepts the string value and triggers while hovering the cell. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
Create(String)
This event will trigger during the initial rendering of Schedule.
Declaration
public ScheduleClientSideEventsBuilder Create(string create)
Parameters
Type | Name | Description |
---|---|---|
System.String | create | It accepts the string value and triggers during the initial rendering of Schedule. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
Destroy(String)
This event will trigger while destroying Schedule control.
Declaration
public ScheduleClientSideEventsBuilder Destroy(string destroy)
Parameters
Type | Name | Description |
---|---|---|
System.String | destroy | It accepts the string value and triggers while destroying Schedule control. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
Drag(String)
This event will trigger when the appointment is being dragged.
Declaration
public ScheduleClientSideEventsBuilder Drag(string drag)
Parameters
Type | Name | Description |
---|---|---|
System.String | drag | It accepts the string value and triggers when the appointment is being dragged. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
DragStart(String)
This event will trigger when the appointment is about to be dragged.
Declaration
public ScheduleClientSideEventsBuilder DragStart(string dragStart)
Parameters
Type | Name | Description |
---|---|---|
System.String | dragStart | It accepts the string value and triggers when the appointment is about to be dragged. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
DragStop(String)
This event will trigger after the appointment is dropped.
Declaration
public ScheduleClientSideEventsBuilder DragStop(string dragStop)
Parameters
Type | Name | Description |
---|---|---|
System.String | dragStop | It accepts the string value and triggers after the appointment is dropped. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
KeyDown(String)
This event will trigger when any key is pressed.
Declaration
public ScheduleClientSideEventsBuilder KeyDown(string keyDown)
Parameters
Type | Name | Description |
---|---|---|
System.String | keyDown | It accepts the string value and triggers when any key is pressed. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
Load(String)
This event will trigger during the initial load of Schedule.
Declaration
public ScheduleClientSideEventsBuilder Load(string load)
Parameters
Type | Name | Description |
---|---|---|
System.String | load | It accepts the string value and triggers during the initial load of Schedule |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder | ScheduleClientSideEventsBuilder |
MenuItemClick(String)
This event will trigger when context menu item is clicked.
Declaration
public ScheduleClientSideEventsBuilder MenuItemClick(string menuItemClick)
Parameters
Type | Name | Description |
---|---|---|
System.String | menuItemClick | It accepts the string value and triggers when context menu item is clicked. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
Navigation(String)
This event will trigger when the schedule view or date is navigated.
Declaration
public ScheduleClientSideEventsBuilder Navigation(string navigation)
Parameters
Type | Name | Description |
---|---|---|
System.String | navigation | It accepts the string value and triggers when the schedule view or date is navigated. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
OverflowButtonClick(String)
This event will trigger while clicking the appointment over flow icon.
Declaration
public ScheduleClientSideEventsBuilder OverflowButtonClick(string overflowButtonClick)
Parameters
Type | Name | Description |
---|---|---|
System.String | overflowButtonClick | It accepts the string value and triggers while clicking the appointment over flow icon. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
OverflowButtonHover(String)
This event will trigger while hovering the appointment over flow icon.
Declaration
public ScheduleClientSideEventsBuilder OverflowButtonHover(string overflowButtonHover)
Parameters
Type | Name | Description |
---|---|---|
System.String | overflowButtonHover | It accepts the string value and triggers while hovering the appointment over flow icon. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
QueryCellInfo(String)
This event will trigger during the rendering of each cell and appointment in Schedule.
Declaration
public ScheduleClientSideEventsBuilder QueryCellInfo(string queryCellInfo)
Parameters
Type | Name | Description |
---|---|---|
System.String | queryCellInfo | It accepts the string value and during the rendering of each cell and appointment in Schedule. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
Reminder(String)
This event will trigger when the reminder is raised for an appointment.
Declaration
public ScheduleClientSideEventsBuilder Reminder(string reminder)
Parameters
Type | Name | Description |
---|---|---|
System.String | reminder | It accepts the string value and triggers when the reminder is raised for an appointment |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
Resize(String)
This event will trigger when the appointment is being resized.
Declaration
public ScheduleClientSideEventsBuilder Resize(string resize)
Parameters
Type | Name | Description |
---|---|---|
System.String | resize | It accepts the string value and triggers when the appointment is being resized. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
ResizeStart(String)
This event will trigger when the appointment is about to be resized.
Declaration
public ScheduleClientSideEventsBuilder ResizeStart(string resizeStart)
Parameters
Type | Name | Description |
---|---|---|
System.String | resizeStart | It accepts the string value and triggers when the appointment is about to be resized. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |
ResizeStop(String)
This event will trigger after the appointment is resized.
Declaration
public ScheduleClientSideEventsBuilder ResizeStop(string resizeStop)
Parameters
Type | Name | Description |
---|---|---|
System.String | resizeStop | It accepts the string value and triggers after the appointment is resized. |
Returns
Type | Description |
---|---|
ScheduleClientSideEventsBuilder |