Click or drag to resize
MacroResolverOnGetValueEventHandler Delegate
Handler to get the object value.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax
C#
public delegate Object OnGetValueEventHandler(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: Object
See Also