Fires when a C1DockTabItem finished closing or was substituted for another C1DockTabItem.

Namespace:  C1.Silverlight.Docking
Assembly:  C1.Silverlight.Docking (in C1.Silverlight.Docking.dll)

Syntax

C#
public event EventHandler<SlidingEventArgs> SlidingClosed
Visual Basic
Public Event SlidingClosed As EventHandler(Of SlidingEventArgs)

Remarks

The [E:SlidingClosed] event for the old C1DockTabItem fires before SlidingOpening fires for the new one.

See Also