onEventMoved property

ValueChanged<PlexCalendarEvent>? onEventMoved
final

Fired when an event is dropped on another day or hour slot. PlexCalendarEvent.start is the drop time; PlexCalendarEvent.end is shifted by the same duration. Null keeps tap-only behavior.

Implementation

final ValueChanged<PlexCalendarEvent>? onEventMoved;