TabControl for WPF | ComponentOne
C1.WPF.TabControl Namespace / C1TabControl Class / VisibleItemsChanged Event

In This Topic
    VisibleItemsChanged Event
    In This Topic
    Occurs when the the visible items change.
    Syntax
    'Declaration
     
    
    Public Event VisibleItemsChanged As EventHandler
    public event EventHandler VisibleItemsChanged
    See Also