Table of Contents
ItemDragOverEventHandler Delegate

Represents methods that will handle dragging an item over another ItemsControl.

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

Syntax
 public delegate void ItemDragOverEventHandler(
   object sender,
   ItemDragOverEventArgs e
);

Parameters

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