ComponentOne DockControl for WPF and Silverlight
TabItemClosing Event

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

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

PropertyDescription
(Inherited from System.ComponentModel.CancelEventArgs)
 
See Also