Click or drag to resize

ObjectEventOrder Enumeration

Specifies the order of the execution sequence of an object event.

Namespace:  PDTec.IceNet.Core.Model.Implementation
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public enum ObjectEventOrder
Members
  Member nameValueDescription
SupertypesFirst0 Event implementations associated with supertypes are executed before event implementations associated with subtypes.
SubtypesFirst1 Event implementations associated with subtypes are executed before event implementations associated with supertypes.
See Also