|
|
|
|
SwitchingDisabled Event, SftTabs Class |
Occurs when the user clicks on a disabled tab.
Syntax SftTabs Class (Softelvdm.SftTabsNET)
VB |
Public Event SwitchingDisabled As SwitchingEventHandler |
C# |
public event SwitchingEventHandler SwitchingDisabled; |
C++ |
public: event SwitchingEventHandler SwitchingDisabled; |
Event Data
The SwitchingDisabled event handler receives an argument of type EventArgs containing data related to this event.
Comments
The SwitchingDisabled event occurs when the user clicks on a disabled tab.
This event could be used to notify the user that the tab is not available. No tab switching occurs or is possible when the user clicks on a disabled tab.
If a enabled tab is clicked by the end user, the Switching event occurs instead of the SwitchingDisabled event.