WPF Layout Controls | ComponentOne
C1.WPF.Accordion Namespace / C1Accordion Class / IsItemExpandedChanged Event

In This Topic
    IsItemExpandedChanged Event
    In This Topic
    Occurs when an item is expanded or collapsed.
    Syntax
    'Declaration
     
    
    Public Event IsItemExpandedChanged As EventHandler
    public event EventHandler IsItemExpandedChanged
    See Also