Vcl.WinXCtrls.TCustomSplitView.OnClosed

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnClosed: TNotifyEvent read FOnClosed write FOnClosed;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event protected
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomSplitView


Beschreibung

Wird ausgelöst, nachdem die geteilte Ansicht geschlossen wird.

Siehe auch