Show / Hide Table of Contents

Delegate MouseButtonEventHandler

Event handler for mouse button events

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

The sender.

MouseButtonEventArgs e

The MouseButtonEventArgs instance containing the event data.

Back to top Generated by DocFX