Blazor | ComponentOne
C1.Blazor.Accordion Assembly / C1.Blazor.Accordion Namespace / AccordionItem Class / IsExpandedChanged Property

In This Topic
    IsExpandedChanged Property (AccordionItem)
    In This Topic
    Gets or sets the callback called when the IsExpanded property has changed.
    Syntax
    'Declaration
     
    
    Public Property IsExpandedChanged As EventCallback(Of Boolean)
    public EventCallback<bool> IsExpandedChanged {get; set;}
    See Also