Click or drag to resize

EnumTrigger Enumeration


The list of trigger types; these define when the trigger is executed and are related to an Entity's livecycle.

Namespace:  Ingeniux.CMS.Enums
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public enum EnumTrigger
Members
  Member nameValueDescription
IGX_ONCREATE1 Trigger is executed on creation of an Entity.
IGX_ONCHANGE2 Trigger is executed on change of an Entity.
See Also