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 public enum ObjectEventOrder
Members
| Member name | Value | Description |
---|
| SupertypesFirst | 0 |
Event implementations associated with supertypes are executed
before event implementations associated with subtypes.
|
| SubtypesFirst | 1 |
Event implementations associated with subtypes are executed
before event implementations associated with supertypes.
|
See Also