Table of Contents
DockItemNeededEventHandler Delegate

Represents the method that will handle DockItemNeeded event.

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

Syntax
 public delegate void DockItemNeededEventHandler(
   object sender,
   DockItemNeededEventArgs e
);

Parameters

sender
The source of the event.
e
A DockItemNeededEventArgs object that contains the event data.
See Also