Click or drag to resize
CustomTableItemHandlerStartEvent Method (CustomTableItem)
Initiates the event handling

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 12.0.0
Syntax
C#
public CustomTableItemHandler StartEvent(
	CustomTableItem item
)

Parameters

item
Type: CMS.CustomTablesCustomTableItem
Handled custom table item

Return Value

Type: CustomTableItemHandler
See Also