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

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