Difference between mouseleftbuttondown and mouseleftbuttonup in silverlight.
Answer / Manas Mishra
MouseLeftButtonDown event is triggered when the left mouse button is pressed down, while MouseLeftButtonUp event occurs when the left mouse button is released. By tracking these events, you can detect and respond to various user interactions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is silverlight compatible with multiple browsers and operating system?
Which language is Silverlight developed in?
Does silverlight supports database connectivity? Explain
Does silverlight work on safari?
what is easing functions in silverlight?
What is the role of silverlight plugin in the silverlight application life-cycle?
How to use xaml namescope in silverlight?
what is .xap file in context of silverlight?
Can you name built-in layout panels you have been using with silverlight?
How to use xaml namescope at run time?
What is the difference between wpf (windows presentation foundation) and microsoft silverlight?
Explain with example how to change the default page of the silverlight application.