Vcl.WinXCtrls.TCustomSplitView.OnClosed

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property OnClosed: TNotifyEvent read FOnClosed write FOnClosed;

C++

__property System::Classes::TNotifyEvent OnClosed = {read=FOnClosed, write=FOnClosed};

プロパティ

種類 可視性 ソース ユニット
event protected
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomSplitView


説明

分割ビューが閉じられた後に発生します。

関連項目