Fires when the mouse wheel is activated over the UIElement.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
| C# |
|---|
public event EventHandler<MouseWheelEventArgs> MouseWheel |
| Visual Basic |
|---|
Public Event MouseWheel As EventHandler(Of MouseWheelEventArgs) |