Show / Hide Table of Contents

Delegate MouseWheelEventHandler

Event handler for mouse wheel events

Namespace: EmptyKeys.UserInterface.Input
Assembly: EmptyKeys.UserInterface.dll
Syntax
public delegate void MouseWheelEventHandler(object sender, MouseWheelEventArgs e);
Parameters
Type Name Description
System.Object sender

The sender.

MouseWheelEventArgs e

The MouseWheelEventArgs instance containing the event data.

Back to top Generated by DocFX