'Declaration Public Event SlidingClosed As EventHandler(Of SlidingEventArgs)
public event EventHandler<SlidingEventArgs> SlidingClosed
Event Data
The event handler receives an argument of type SlidingEventArgs containing data related to this event. The following SlidingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
TabItem | Gets the C1DockTabItem that is sliding. |
Remarks
The SlidingClosed event for the old C1DockTabItem fires before SlidingOpening fires for the new one.
See Also