--- title: Events Demo subTitle: Events nav: demos description: Events usage demo sort: 7 published: true tags: - demo - core ---
on initialize.owl.carousel
on initialized.owl.carousel
on resize.owl.carousel
on resized.owl.carousel
on refresh.owl.carousel
on refreshed.owl.carousel
on update.owl.carousel
on updated.owl.carousel
on drag.owl.carousel
on dragged.owl.carousel
on translate.owl.carousel
on translated.owl.carousel
on to.owl.carousel
on changed.owl.carousel
{{#markdown }} ### Overview Notice that `initialize.owl.carousel` and `initialized.owl.carousel` events must be attached before Owl Carousel initialization. This is required only for those two. `changed.owl.carousel` event is attached to the main Owl Carousel animation method so that every carousel move triggers this callback. {{/markdown }}