ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockControl Class / SlidingClosing Event

In This Topic
    SlidingClosing Event (C1DockControl)
    In This Topic
    Fires when a C1DockTabItem begins to close.
    Syntax
    'Declaration
     
    Public Event SlidingClosing As EventHandler(Of SlidingEventArgs)
    public event EventHandler<SlidingEventArgs> SlidingClosing
    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