ToolBusinessObjectClickHandler Delegate
Delegate for handling tool-specific business object action events (e.g., after save, publish, or delete).
Namespace:
AdvantageCMS.Core.Admin.BaseClassesAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
public delegate void ToolBusinessObjectClickHandler( ToolActionArgs e )
Parameters
- e
- Type: AdvantageCMS.Core.Admin.Event..::..ToolActionArgs
The tool action arguments containing event context and action details.

