Blazor | ComponentOne
C1.Blazor.Menu Assembly / C1.Blazor.Menu Namespace / C1ContextMenu Class / Closed Property

In This Topic
    Closed Property
    In This Topic
    Occurs when the C1ContextMenu closes.
    Syntax
    'Declaration
     
    
    Public Property Closed As EventHandler
    public EventHandler Closed {get; set;}
    See Also