Following is the code that I follow for getting my code working for the doubleclick event for a listbox event in silverlight
First I declare 2 field/variables at Form level so that they are accessible through out the form/silverlight page like this:
Dim t1 As New DateTime |
Dim t2 As New Integer |
Then I write the following code in the MouseUp or left mouse up event.
Dim n As New DateTime |
It works well, I use it.
No comments:
Post a Comment