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

In This Topic
    IsExpandedChanged Property
    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