Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / TabManager Class / TabManagerChange Event


In This Topic
    TabManagerChange Event (TabManager)
    In This Topic
    Occurs when tab manager changes.
    Syntax
    'Declaration
     
    
    Public Event TabManagerChange As TabManagerChangeEventHandler
    'Usage
     
    
    Dim instance As TabManager
    Dim handler As TabManagerChangeEventHandler
     
    AddHandler instance.TabManagerChange, handler
    public 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