Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1TabControl Class / VisibleItemsChanged Event

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