IndentedItemListView.OnPreviewMouseWheel Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Hooked to reroute MouseWheel to the parent element.
Namespace: Microsoft.TeamFoundation.Controls.WPF.TeamExplorer
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Protected Overrides Sub OnPreviewMouseWheel ( _
e As MouseWheelEventArgs _
)
protected override void OnPreviewMouseWheel(
MouseWheelEventArgs e
)
protected:
virtual void OnPreviewMouseWheel(
MouseWheelEventArgs^ e
) override
abstract OnPreviewMouseWheel :
e:MouseWheelEventArgs -> unit
override OnPreviewMouseWheel :
e:MouseWheelEventArgs -> unit
protected override function OnPreviewMouseWheel(
e : MouseWheelEventArgs
)
Parameters
e
Type: System.Windows.Input.MouseWheelEventArgsmouse wheel arg
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Controls.WPF.TeamExplorer Namespace