Jump to: navigation, search

Changes


Code Editor

557 bytes added, 12:07, 23 April 2013
| Navigate to context object || Attempts to [[Navigation|navigate]] to the current context MetaClass
|- align="left"
| Save || Saves the context object.
|- align="left"
| Delete|| Deletes the custom code and replaces it with the default code
| OnAddedToRelationship || All || event fired when the given object was added as a child to a relation
|- align="left"
| OnAttributeAdded|| All || -event fired when a new attribute is added to the attribute collection of the given base object
|- align="left"
| OnAttributeChanged|| All || -event fired when the value of one the own attributes changes
|- align="left"
| OnAttributeValueValidating|| All || -event fired when the validation of a new attribute value occurs; possibility to block the change
|- align="left"
| OnBeforeDelete|| All || -event fired when a base object is deleted; possibility to cancel the deletion
|- align="left"
| OnBeforeSave|| All || -event fired when a base object is saved; possibility to cancel the saving
|- align="left"
| OnCreated|| All || event fired when a new instance of the object was created
| OnObjectChanged|| All || event fired when: PropertyValueChanged, PropertyIndexValueChanged, ReferenceChanged, AttributeChanged, AttributeAdded
|- align="left"
| OnPropertyIdxValueChanged|| All || -event fired when the value of one of the property objects changes
|- align="left"
| OnPropertyValueChanged|| All || event fired when the value of one of the property objects changes; is not fired for references
|- align="left"
| OnPropertyValueIdxValidating|| All || -event fired when the validation of a new property index value occurs possibility to block the change
|- align="left"
| OnPropertyValueValidating|| All || -