Click or drag to resize
OnActionEventHandler Delegate
Action event handler.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public delegate void OnActionEventHandler(
	string actionName,
	Object actionArgument
)

Parameters

actionName
Type: SystemString
Action name
actionArgument
Type: SystemObject
Action parameter
See Also