Invoked when an unhandled PreviewMouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
protected override void OnPreviewMouseWheel(
	MouseWheelEventArgs e
)
Visual Basic (Declaration)
Protected Overrides Sub OnPreviewMouseWheel ( _
	e As MouseWheelEventArgs _
)

Parameters

e
Type: System.Windows.Input..::.MouseWheelEventArgs

See Also