Show / Hide Table of Contents

Delegate MouseEventHandler

Event handler for generic mouse events

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

The sender.

MouseEventArgs e

The MouseEventArgs instance containing the event data.

Back to top Generated by DocFX