ComponentOne FinancialChart for WPF
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
    'Usage
     
    
    Dim instance As C1Window
    Dim handler As EventHandler
     
    AddHandler instance.Closed, handler
    public event EventHandler Closed
    public:
    event EventHandler^ Closed
    See Also