onDeactivatedDayClick
open fun onDeactivatedDayClick(@NonNull view: @NonNull SeslSimpleMonthView, year: Int, month: Int, selectedDay: Int, isLeapMonth: Boolean, isPrevMonth: Boolean)(source)
Handles the click event for a deactivated day in the calendar view.
Parameters
view
The SeslSimpleMonthView that was clicked.
year
The year of the clicked day.
month
The month of the clicked day.
selectedDay
The day of the month that was clicked.
isLeapMonth
True if the month is a leap month, false otherwise.
isPrevMonth
True if the clicked day is in the previous month, false otherwise.