Adds an event handler that runs when the gallery starts navigation.
You can use onGalleryNavigationStart() event handler to trigger an action when gallery navigation starts. For example, synchronizing the scrolling of 2 galleries.
handler(event: GalleryNavigationStartEvent): void The name of the function or
the function expression to run when the gallery starts navigation.