Click or drag to resize
CustomTableItemEvents Class
Custom table item events
Inheritance Hierarchy
SystemObject
  CMS.CustomTablesCustomTableItemEvents

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntax
C#
public static class CustomTableItemEvents

The CustomTableItemEvents type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDelete
Fires when custom table item is deleted
Public fieldStatic memberInsert
Fires when custom table item is inserted
Public fieldStatic memberUpdate
Fires when custom table item is updated
Top
See Also