Table of Contents
DockViewEventHandler Delegate

Represents the method that will handle events related to a DockView.

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

Syntax
 public delegate void DockViewEventHandler(
   object sender,
   DockViewEventArgs e
);

Parameters

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