Click or drag to resize
DebugHandlerStartEvent Method (DataRow)
Initiates the event handling.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public DebugEventArgs StartEvent(
	DataRow debugData
)

Parameters

debugData
Type: System.DataDataRow
DataRow with debug information

Return Value

Type: DebugEventArgs
See Also