Show / Hide Table of Contents

Delegate TouchGestureEventHandler

Event handler for touch gesture events

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

The sender.

TouchGestureEventArgs e

The TouchGestureEventArgs instance containing the event data.

Back to top Generated by DocFX