ComponentOne DockControl for WPF and Silverlight
TabItemClosed Event

C1.WPF.Docking Namespace > C1DockTabControl Class : TabItemClosed Event
Syntax
'Declaration
 
Public Event TabItemClosed As System.EventHandler(Of SourcedEventArgs)
public event System.EventHandler<SourcedEventArgs> TabItemClosed
Event Data

The event handler receives an argument of type C1.WPF.SourcedEventArgs containing data related to this event. The following SourcedEventArgs properties provide information specific to this event.

PropertyDescription
 
See Also