Occurs when the object loses mouse (or stylus) capture.
Namespace:
System.Windows
Assembly:
System.Windows (in System.Windows.dll)
Visual Basic (Declaration)
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.
Reference
Other Resources