ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.TShellBrowser.OnBeforeShellCommand

This event occurs, before a context menu command is executed. Event is deprecated. Use OnBeforeCommand instead.

Syntax
Pascal
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