Click or drag to resize
SimpleObjectHandlerStartEvent Method (BaseInfo, String)
Initiates the event handling

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public ObjectEventArgs StartEvent(
	BaseInfo obj,
	ref string content
)

Parameters

obj
Type: CMS.DataEngineBaseInfo
Object
content
Type: SystemString
Content that is processed by the handler

Return Value

Type: ObjectEventArgs
See Also