Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1ContextMenu Class / AutoClosed Event

In This Topic
    AutoClosed Event (C1ContextMenu)
    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