| |
Event | Runtime condition |
---|
Initialization (server code) | Run when the page is opened. |
Moving an appointment (server code) | Run when moving an appointment in the Organizer control (move performed with the mouse for example). |
Resizing an appointment (server code) | Run when resizing an appointment in the Organizer control (resize operation performed with the mouse for example). |
Deleting an appointment (server code) | Run during the click on the cross found at the top right of selected appointment. |
Before creating the appointment (server code) | Run when creating an appointment with the mouse (before the input performed by the user). |
Exit from appointment input (server code) | Run when exiting from the appointment in input. |
Whenever the period changes (server code) | Run when modifying the period displayed in the Organizer control. |
Selecting an appointment (browser code) | Run when selecting an existing appointment in the Organizer control. This event is run when an appointment is clicked on. |
Moving an appointment (browser code) | Run when moving an appointment in the Organizer control (move performed with the mouse for example). |
Resizing an appointment (browser code) | Run when resizing an appointment in the Organizer control (resize operation performed with the mouse for example). |
Selecting a period (browser code) | Run when selecting a time range in the Organizer control. |
Deleting an appointment (browser code) | Run during the click on the cross found at the top right of selected appointment. |
Before creating the appointment (browser code) | Run when creating an appointment with the mouse (before the input performed by the user). |
Enter an appointment in input (browser code) | Run when selecting "New appointment" in the context menu of Organizer control. This event is run immediately after the event "Before creating the appointment". |
Exit from appointment input (browser code) | Run when exiting from the appointment in input. |
Whenever changing period (browser code) | Run when modifying the period displayed in the Organizer control. |