Skip to main content

onAfterEventDisplay

Description

Fires when the scheduler switches views, days, time etc. to show the event specified by the 'showEvent' method and fires AFTER the event is displayed

onAfterEventDisplay: (event: object, string: view) => void

Parameters

  • event - (required) object - the event's object
  • view - (required) string - the name of a view used to display the event

Example

scheduler.attachEvent("onAfterEventDisplay", function(event,view){
//any custom logic here
});
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.