Questions
You should introduce a cast inside the click event handler
click
MouseEventArgs me = (MouseEventArgs) e;
~ Answered on 2013-10-18 11:19:52