I need a mouse click event in my silver light project and I know we need to simulate it ourself if the object is not button. lets say I want mouseclick for my img…
How exactly can we track time between mousedown and mouseup and say if the time between them is less than 300m, we have a mouse click?
I need a mouse click event in my silver light project and I know
Share
Handle the
MouseLeftButtonDownandMouseLeftButtonUpevents for your image.