Vcl.ExtCtrls.TNotebook.OnPageChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnPageChanged: TNotifyEvent read FOnPageChanged write FOnPageChanged;

C++

__property System::Classes::TNotifyEvent OnPageChanged = {read=FOnPageChanged, write=FOnPageChanged};

Properties

Type Visibility Source Unit Parent
event published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TNotebook

Description

Occurs when the user selects a new page in the notebook.

Use the OnPageChanged event when you want special processing to occur when the active page changes.