Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomShellListView.OnExecuteItem Event

In This Article

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

#Declaration

Delphi
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