Custom calendar drag drop event: Find date dropped to

Posted by cpf on Stack Overflow See other posts from Stack Overflow or by cpf
Published on 2010-06-06T20:54:14Z Indexed on 2010/06/06 21:02 UTC
Read the original article Hit count: 342

Filed under:
|
|

Hi stackoverflow,

I've been working in silverlight to do a date-oriented application. I started off with changing the calendar template to contain a listbox on every date, and I created a listbox containing simple items.

I implemented an easy drag drop on both those elements, so now I can drag from the listbox containing the items to the listbox on a date and have an event.

Downside is: In the event, I don't know which date it was dropped to.

How can I figure this out?

Please note: The date dropped to is not necessarily the date currently selected...

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET