Skip to main content

TdxCustomShellListView.OnExecuteItem Event

Allows you to prevent execution of applications associated with certain file types when a user opens a file.

Declaration

property OnExecuteItem: TcxShellExecuteItemEvent read; write;

Remarks

The OnExecuteItem event occurs before the associated application launches for the file shell item activated by a double-click or the Enter keystroke. You can handle this event to prevent launching certain applications.

Refer to the TcxShellExecuteItemEvent procedural type description for detailed information on parameters accessible within an OnExecuteItem event handler.

See Also