Vcl.WinXCtrls.TCustomSplitView.OnClosing

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

Delphi

property OnClosing: TNotifyEvent read FOnClosing write FOnClosing;

C++

__property System::Classes::TNotifyEvent OnClosing = {read=FOnClosing, write=FOnClosing};

プロパティ

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


説明

分割ビューが閉じられUseAnimation プロパティが True の場合に発生します。

関連項目