Occurs when the control loses or gains mouse capture.
Syntax
Visual Basic (Declaration) | |
---|
<SRDescriptionAttribute("Occurs after the mouse capture is changed.")>
<SRCategoryAttribute("Action")>
Public Event MouseCaptureChanged As EventHandler |
C# | |
---|
[SRDescriptionAttribute("Occurs after the mouse capture is changed.")]
[SRCategoryAttribute("Action")]
public event EventHandler MouseCaptureChanged |
C++/CLI | |
---|
[SRDescriptionAttribute("Occurs after the mouse capture is changed.")]
[SRCategoryAttribute("Action")]
public:
event EventHandler^ MouseCaptureChanged |
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also