Persistate API documentation
OnModified Method
NamespacesPersistatePersistentOnModified()()()()

[This is preliminary documentation and is subject to change.]

Raises events signalling that the current object has been modified.
Declaration Syntax
C#
protected internal void OnModified()
Remarks

The events are raised in this order:

  1. The Modified event for this object.
  2. The InstanceModified event of all base classes of this object's ObjectClass, starting with the level immediately above Persistent.
  3. The InstanceModified event of this object's ObjectClass.

This method is normally called from generated code. However, you can also call it from open code if you wish. See SetModified()()()() for an explanation of how you should do this.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)