Menu for WPF | ComponentOne
C1.WPF.Menu Namespace / C1MenuList 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)
    public event EventHandler<EventArgs> AutoClosed
    See Also