Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ITabManager Interface / TabManagerChange Event


In This Topic
    TabManagerChange Event (ITabManager)
    In This Topic
    Tab manager change.
    Syntax
    'Declaration
     
    
    Event TabManagerChange As TabManagerChangeEventHandler
    'Usage
     
    
    Dim instance As ITabManager
    Dim handler As TabManagerChangeEventHandler
     
    AddHandler instance.TabManagerChange, handler
    event TabManagerChangeEventHandler TabManagerChange
    Event Data

    The event handler receives an argument of type TabManagerChangeEventArgs containing data related to this event. The following TabManagerChangeEventArgs properties provide information specific to this event.

    PropertyDescription
     
     
     
     
    See Also