SchedulerDateChangeEvent
Event arguments provided when the active date changes in the scheduler. Fired when users navigate to a different date or date range with the newly selected date value. Enables developers to synchronize the scheduler with other components or load date-specific data.
Props
The following table outlines the props for the SchedulerDateChangeEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| value | Date | - | The newly selected or navigated date in the scheduler. Fired when users navigate to a different date or date range. |