ComponentOne DockControl for WPF and Silverlight
SlidingOpening Event

C1.WPF.Docking Namespace > C1DockControl Class : SlidingOpening Event
Fires when a C1DockTabItem begins to slide open.
Syntax
'Declaration
 
Public Event SlidingOpening As System.EventHandler(Of SlidingEventArgs)
public event System.EventHandler<SlidingEventArgs> SlidingOpening
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.

PropertyDescription
Gets the C1DockTabItem that is sliding.  
See Also