
Objects have standard events and can have custom events if required, which are created in the object-defining class in the Events category.
Standard events receivers

List of possible standard events of an object
Events from the list can be created by double-clicking as an event of the object.
|
Event |
Description |
|
AfterLet |
Called immediately when the class of the object has changed. |
|
BeforeLet |
Called immediately when the class of the object is to change. The assignment can be prevented. |
|
Dirty |
Called immediately when a storeable element (object or characteristic) has changed in the object. |
|
Get |
Called immediately when the object is queried. |
|
RaisedEvent |
The ObjectRaiseEvent attribute function has been called in the object. |
|
Validation |
During the rule check, the validation state is retrieved. The event allows to determine the validation state regardless of the outcome of the permission and prohibition rules. |
Custom events receivers
Custom event receivers are included in the list of possible events, if there are events available for the definition class of an object.

By clicking the symbol above, it is possible to browse for events defined in derived classes of the definition class of an object.

Browser for events of a class
See Events