JVCL Help:TJvCustomOutlookBar.OnPageChange
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomOutlookBar.OnPageChange Event
[+] TJvCustomOutlookBar Events
[+] TJvCustomOutlookBar Methods
[+] TJvCustomOutlookBar Properties
Search in JVCL Help
Search in all projectsSummary
Occurs after the active page has changed.
Pascal
TOutlookBarPageChange = procedure (Sender: TObject; Index: Integer) ofobject;
propertyOnPageChange: TOutlookBarPageChange;
Parameters
Parameters | Description |
Index | The index of the new active page. |
Sender | The object that triggered the event. |
Description
Write a handler for the OnPageChange event to take specific actions when the user has changed to a new active page.
See Also
TJvCustomOutlookBar.OnPageChanging
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