Skip to content

Click Event like "DateSelected" #130

Closed Answered by ME-MarvinE
ulli0456 asked this question in Q&A
Discussion options

You must be logged in to vote

The Calendar has the DateSelectionChanged event which has DateSelectionChangedEventArgs which allows you to access the PreviousSelection and CurrentSelection.

Info on Calendar events can be found on the wiki here.

The CalendarView is just a display. In order to select items, you can set CalendarView.DayTemplate to a DayView and bind the CurrentMonthCommand to a method that calls the Calendar's ChangeDateSelection method.

Info about date selection can be found on the wiki here.

You may want to look at the "Date Selection", "Using DayView", and "Custom DatePicker Dialog" examples in the sample app.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ME-MarvinE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants