Vcl.WinXCtrls.TCustomSplitView.OnClosing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnClosing: TNotifyEvent read FOnClosing write FOnClosing;

C++

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

Properties

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

Description

Occurs when the split view closes and the UseAnimation property is True.

See Also