Occurs when the object loses mouse (or stylus) capture.
Public Event LostMouseCapture As MouseEventHandler
Dim instance As UIElement Dim handler As MouseEventHandler AddHandler instance.LostMouseCapture, handler
public event MouseEventHandler LostMouseCapture
<uiElement LostMouseCapture="eventhandler"/>
For details on the mouse capture concept, see Mouse Support.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.