ObjectEventOrder Enumeration |
Specifies the order of the execution sequence of an object event.
Namespace: PDTec.IceNet.Core.Model.ImplementationAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic 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