.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)
Syntax

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"/>
Remarks

For details on the mouse capture concept, see Mouse Support.

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

Other Resources

Tags :


Page view tracker