Namespace: Semata.DataStore.ObjectModel
Class: DataStoreObject
Raised whenever a property of an ItemObject is changed.
It will only be raised once per transaction for a particular ItemType, PropertyName pair.
Hence if many ItemObjects have a the same property changed during a transaction, this will only be raised once.
public event PropertyClassChangedEventHandler PropertyClassChanged