ToolBar.OnLostMouseCapture Method
Provides class handling for the LostMouseCapture routed event that occurs when the ToolBar loses mouse capture.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- e
- Type: System.Windows.Input.MouseEventArgs
The arguments for the LostMouseCapture event.
This implementation does not change the handled state (the Handled property) of the LostMouseCapture event data.
Notes to InheritorsIf you override OnLostMouseCapture, always call the base implementation in your OnLostMouseCapture implementation. Failure to call the base implementation prevents base classes from handling the event with a class handler, which might change the run-time behavior of the final class. You can call the base implementation either before or after your special handling, depending on your requirements.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.