Show / Hide Table of Contents

Delegate MouseWheelEventHandler

The delegate to use for handlers that receive MouseWheelEventArgs.

Namespace: System.Windows.Input
Assembly: OpenSilver.dll
Syntax
public delegate void MouseWheelEventHandler(object sender, MouseWheelEventArgs e);
Parameters
Type Name Description
System.Object sender
MouseWheelEventArgs e
  • Improve this Doc
  • View Source