Vcl.StdActns.TFileOpenWith.AfterOpen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AfterOpen: TNotifyEvent read FAfterOpen write FAfterOpen;

C++

__property System::Classes::TNotifyEvent AfterOpen = {read=FAfterOpen, write=FAfterOpen};

Properties

Type Visibility Source Unit Parent
event published
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns TFileOpenWith

Description

Occurs after an application completes opening an Open With dialog.

Write an AfterOpen event handler to take specific action immediately after an application opens the Open With dialog, but before the user responds to the dialog.