Table of Contents
ItemDragEventHandler Delegate

Represents methods that will handle dragging an item in an ItemsControl.

Namespace: EO.Wpf
Assembly: EO.Wpf (in EO.Wpf.dll)

Syntax
 public delegate void ItemDragEventHandler(
   object sender,
   ItemDragEventArgs e
);

Parameters

sender
The object where the event handler is attached.
e
The event data.
See Also