Table of Contents
ItemDropEventHandler Delegate

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

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

Syntax
 public delegate void ItemDropEventHandler(
   object sender,
   ItemDropEventArgs e
);

Parameters

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