Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1Window Class / Closed Event

In This Topic
    Closed Event (C1Window)
    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