Vcl.WinXCtrls.TCustomSplitView.OnOpened

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnOpened: TNotifyEvent read FOnOpened write FOnOpened;

C++

__property System::Classes::TNotifyEvent OnOpened = {read=FOnOpened, write=FOnOpened};

Properties

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

Description

Occurs after the split view opens.

See Also