Fires when the mouse wheel is activated over the UIElement.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public event EventHandler<MouseWheelEventArgs> MouseWheel
Visual Basic
Public Event MouseWheel As EventHandler(Of MouseWheelEventArgs)

See Also