Vcl.WinXCtrls.TSplitView.OnClosed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnClosed: TNotifyEvent read FOnClosed write FOnClosed;

C++

__property OnClosed;

Properties

Type Visibility Source Unit Parent
event published
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TSplitView

Description

Occurs after the split view closes.

Vcl.WinXCtrls.TSplitView.OnClosed inherits from Vcl.WinXCtrls.TCustomSplitView.OnClosed. All content below this line refers to Vcl.WinXCtrls.TCustomSplitView.OnClosed.

Occurs after the split view closes.

See Also