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

.NET Framework Security

See Also

Reference

IndentedItemListView Class

Microsoft.TeamFoundation.Controls.WPF.TeamExplorer Namespace