Show / Hide Table of Contents

Delegate DragEventHandler

Represents a method that will handle drag-and-drop routed events, for example System.Windows.UIElement.DragEnter.

Namespace: Microsoft.Windows
Assembly: OpenSilver.Controls.Toolkit.dll
Syntax
public delegate void DragEventHandler(object sender, DragEventArgs e);
Parameters
Type Name Description
System.Object sender

The object where the event handler is attached.

DragEventArgs e

The event data.

  • Improve this Doc
  • View Source