Blazor | ComponentOne
C1.Blazor.Menu Assembly / C1.Blazor.Menu Namespace / C1MenuList Class / ItemOpening Event

In This Topic
    ItemOpening Event (C1MenuList)
    In This Topic
    Occurs when a C1MenuItem is opening.
    Syntax
    'Declaration
     
    
    Public Event ItemOpening As EventHandler(Of CancelMenuItemEventArgs)
    public event EventHandler<CancelMenuItemEventArgs> ItemOpening
    Event Data

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

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
    The target MenuItem  
    See Also