ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Controls.Types.TBeforeCommandEventArgs

Parameters to the TOnBeforeCommand event.

Syntax
Pascal
TBeforeCommandEventArgs = record
end;
 
Name 
Description 
 
Writeable property. Set to true to cancel the command from being executed. 
 
The TShellCommand. Can be compared against a verb as string or a TShellAction
 
The Source of the command. 
 
An IItemIdListCollection affected by the command.