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

In This Topic
    Closing Property
    In This Topic
    Occurs when the C1ContextMenu is closing.
    Syntax
    'Declaration
     
    
    Public Property Closing As EventHandler(Of CancelEventArgs)
    public EventHandler<CancelEventArgs> Closing {get; set;}
    See Also