Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
Silverlight
Silverlight 3
UIElement Class
UIElement Events
 LostMouseCapture Event
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Silverlight 3

Other versions are also available for the following:
.NET Framework Class Library for Silverlight
UIElement..::.LostMouseCapture Event

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
Visual Basic (Usage)
Dim instance As UIElement
Dim handler As MouseEventHandler

AddHandler instance.LostMouseCapture, handler
C#
public event MouseEventHandler LostMouseCapture
XAML Attribute Usage
<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.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker