Blazor | ComponentOne
C1.Blazor.Menu Assembly / C1.Blazor.Menu Namespace / C1Menu Class / ItemClosed Event

In This Topic
    ItemClosed Event (C1Menu)
    In This Topic
    Occurs when a C1MenuItem is closed.
    Syntax
    'Declaration
     
    
    Public Event ItemClosed As EventHandler(Of MenuItemEventArgs)
    public event EventHandler<MenuItemEventArgs> ItemClosed
    Event Data

    The event handler receives an argument of type MenuItemEventArgs containing data related to this event. The following MenuItemEventArgs properties provide information specific to this event.

    PropertyDescription
    The target MenuItem  
    See Also