copy code,drag or close
One intially tricky idea for many event driven developers is the use of the word State and States. When working with the new XAML editing application called Blend, terms like Focus, MouseOver, which amoungst others normally refered to as Events are now called States.
Accessing the more advanced "newer" events model provides access, again via the Blend editor; to five "Mouse" related events, MouseEnter, MouseLeave, MouseLeftDown, MouseLeftUp abd MouseMove.
Finer control, particularly of the right Mouse button events would need to be accessed via custom, developer built client side JavaScript.