Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
One of the new features in Silverlight 5 is support for multiple clicks of the mouse, on both the right and left mouse buttons. You can use this feature to add support for double-clicking and triple-clicking (or however many clicks you would like to support). This is done with the addition of a new property on the MouseButtonEventArgs object called ClickCount. This property is now populated with the number of clicks that the user has made. Let’s walk through a quick example to demonstrate this feature.
Let’s get started by defining event handlers within the XAML markup: