Show / Hide Table of Contents

Delegate DragDeltaEventHandler

Handler for Thumb Control drag support - Moving

Namespace: EmptyKeys.UserInterface.Controls.Primitives
Assembly: EmptyKeys.UserInterface.dll
Syntax
public delegate void DragDeltaEventHandler(object sender, DragDeltaEventArgs e);
Parameters
Type Name Description
System.Object sender

The sender.

DragDeltaEventArgs e

The DragDeltaEventArgs instance containing the event data.

Back to top Generated by DocFX