New to KendoReact? Learn about KendoReact Free.
MultiViewCalendarChangeEvent
The arguments for the onChange
event of the MultiViewCalendar. * The generic argument sets the target type of the event. Defaults to MultiViewCalendar
.
Name | Type | Default | Description |
---|---|---|---|
nativeEvent? |
|
The native DOM event | |
syntheticEvent |
|
The React synthetic event | |
target |
|
The component instance that fired the event | |
value |
|
The new value of the MultiViewCalendar (can be a single Date, array of Dates, or SelectionRange) |