Blazor | ComponentOne
C1.Blazor.Accordion Assembly / C1.Blazor.Accordion Namespace / C1Accordion Class / IsItemExpandedChanged Property

In This Topic
    IsItemExpandedChanged Property (C1Accordion)
    In This Topic
    Occurs when an item is expanded or collapsed.
    Syntax
    'Declaration
     
    
    Public Property IsItemExpandedChanged As EventHandler
    public EventHandler IsItemExpandedChanged {get; set;}
    See Also