| Interface | Description | |
|---|---|---|
![]() | IChangeNotificationService | This interface is intended to provide the notification mechanism for the class members changes. Class properties and collections must call this interface members on each modification to be included in a transaction. The undo service creates internal records about each modification to supply the undo/redo capability. If you call the interface members ouside a transaction, an exception will be thrown. All changes in one non-nested transaction will be included in one undo/redo unit. |
