ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockWindow Class / Closed Event

In This Topic
    Closed Event (C1DockWindow)
    In This Topic
    Event fired when the window is closed by the user or the Close method.
    Syntax
    'Declaration
     
    Public Event Closed As EventHandler
    public event EventHandler Closed
    See Also