shellproperties OnAfterMenuItemClick property
Return to Introduction  Previous page  Next page
Applies to
dcShellProperties component.  

Declaration
type  
  TdcAfterMenuItemClickEvent = procedure(Sender: TObject; FileName: String; MenuItemID: Integer) of object;  
 
property OnAfterMenuItemClick: TdcAfterMenuItemClickEvent;  

Description
The OnAfterMenuItemClick event occurs after selecting the menu item from the context menu for shell object.  
 
The FileName parameter determines the name of the shell object, and MenuItemID determines the unique ID of selected menu item.  

See also
OnBeforeMenuItemClick event.  
File not found.