Table of Contents
TabItemCloseEventHandler Delegate

Represents the method that handles the PreviewItemClose and ItemClose event of a TabControl.

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

Syntax
 public delegate void TabItemCloseEventHandler(
   object sender,
   TabItemCloseEventArgs e
);

Parameters

sender
The source of the event.
e
The event data.
See Also