Vcl.Dialogs.TFileDialogShareViolationEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TFileDialogShareViolationEvent)(System::TObject* Sender, TFileDialogShareViolationResponse &Response);

Properties

Type Visibility Source Unit Parent
typedef public Vcl.Dialogs.hpp Vcl.Dialogs Vcl.Dialogs

Description

Event when sharing violations arise from open or save operations.

TFileDialogShareViolationEvent is the event for sharing violations that arise from open or save operations. If defined, the OnShareViolation property contains a pointer to this event.

See Also