Table of Contents
DockItemClosingEventHandler Delegate

Represents the method that will handle DockItem.Closing event.

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

Syntax
 public delegate void DockItemClosingEventHandler(
   object sender,
   DockItemClosingEventArgs e
);

Parameters

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