Click or drag to resize
CustomTableItemHandler.StartEvent Method (CustomTableItem)
Initiates the event handling

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

Parameters

item
Type: CMS.CustomTables.CustomTableItem
Handled custom table item

Return Value

Type: CustomTableItemHandler
See Also