ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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 System.EventHandler(Of EventArgs)
    public event System.EventHandler<EventArgs> AutoClosed
    See Also