Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ITabManager Interface / TabManagerChange Event


TabManagerChange Event (ITabManager)
Tab manager change.
Syntax
'Declaration
 
Event TabManagerChange As TabManagerChangeEventHandler
 
'Usage
 
Dim instance As ITabManager
Dim handler As TabManagerChangeEventHandler
 
AddHandler instance.TabManagerChange, handler
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