ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1Menu Class / AutoClosed Event



In This Topic
    AutoClosed Event
    In This Topic
    Occurs when the Menu is AutoClosed.
    Syntax
    'Declaration
     
    
    Public Event AutoClosed As EventHandler(Of EventArgs)
    'Usage
     
    
    Dim instance As C1Menu
    Dim handler As EventHandler(Of EventArgs)
     
    AddHandler instance.AutoClosed, handler
    public event EventHandler<EventArgs> AutoClosed
    public:
    event EventHandler<EventArgs^>^ AutoClosed
    See Also