Show / Hide Table of Contents

Delegate DragCompletedEventHandler

Handler for Thumb Control drag support - End

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

The sender.

DragCompletedEventArgs e

The DragCompletedEventArgs instance containing the event data.

Back to top Generated by DocFX