Blazor | ComponentOne
C1.Blazor.Menu Assembly / C1.Blazor.Menu Namespace / C1MenuList Class / OnItemSelected Property

In This Topic
    OnItemSelected Property (C1MenuList)
    In This Topic
    This Callback will gets and sets by Blazor framework automatically for binding feature.
    Syntax
    'Declaration
     
    
    Public Property OnItemSelected As EventCallback(Of C1MenuItem)
    public EventCallback<C1MenuItem> OnItemSelected {get; set;}
    See Also