AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

ToolBusinessObjectClickHandler Delegate

Delegate for handling tool-specific business object action events (e.g., after save, publish, or delete).

Namespace:  AdvantageCMS.Core.Admin.BaseClasses
Assembly:  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.