JVCL Help:TJvTabBar.OnTabSelected

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Event handler signaled after a tab becomes the selected tab.


Pascal

 propertyOnTabSelected: TJvTabBarItemEvent;


Parameters

Parameters Description
Sender Control for the event.
Item Tab for the event.


Description

OnTabSelected is a TJvTabBarItemEvent property that represents the event handler signaled after a tab has been assigned as the selected tab for the control. OnTabSelected is triggered during processing that occurs after a new value has been assigned for the SelectedTab property as a result of a mouse click event or through assignment in code. OnTabSelected can be used to perform application-specific processing required when the tab in Item has become the selected tab in the control. Applications must assign a procedure for the event handler to allow responding to the notification. Use OnTabSelecting to perform processing required before a new value is assigned for the SelectedTab property.


See Also

TJvTabBarSelectingEvent, TJvCustomTabBar.SelectedTab, TJvCustomTabBar.OnTabSelecting


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page