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.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Interface IChangeNotificationService |
| C# | |
|---|
public interface IChangeNotificationService |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also