Vcl.WinXCtrls.TCustomSplitView.OnClosed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnClosed: TNotifyEvent read FOnClosed write FOnClosed;

C++

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

Properties

Type Visibility Source Unit Parent
event protected
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomSplitView

Description

Occurs after the split view closes.

See Also