Vcl.WinXCtrls.TSplitView.OnClosing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnClosing;

C++

__property OnClosing;

Properties

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

Description

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

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

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

See Also