Show / Hide Table of Contents

Delegate DragDropEventHandler

Drag and Drop event handler delegate

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

The sender.

DragDropEventArgs e

The DragDropEventArgs instance containing the event data.

Back to top Generated by DocFX