ShellBrowser Delphi Components Documentation
|
This event occurs, before a context menu command is executed. Event is deprecated. Use OnBeforeCommand instead.
property OnBeforeShellCommand: TOnBeforeShellCommand;
This event is triggered if a command from the context menu command should be executed, it was chosen either from the shell context menu or was triggered by a keyboard event.
This event is deprecated, please use OnBeforeCommand