DCSIMG
Silverlight 1.1,Silverlight - Alex Golesh's Blog About Silverlight Development

Browse by Tags

All Tags » Silverlight 1.1 » Silverlight (RSS)

How To Handle RightClick Mouse Event in Silverlight

Ever tried to get right click event from Silverlight and always got this? Today I'll give 5 minutes recipe of how to get rid of this "Silverlight Configuration" popup and receive right click mouse events in manage code. Lets make default "New Silverlight Project". Well, first of all, lets do some XAML - my page will be very simple: < Canvas x:Name ="parentCanvas" xmlns ="http://schemas.microsoft.com/client/2007" xmlns:x ="http://schemas.microsoft...