Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

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

Parameters

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

See Also