NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IUndoService Interface

Allows access to undo/redo functionality.

IUndoService

[Visual Basic]
Public Interface IUndoService
[C#]
public interface IUndoService
[C++]
public __gc __interface IUndoService

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Remarks

Undo actions are added to the service, and are automatically transformed to redo actions if they are undone. An instance of this service is provided for each document, so multiple undo/redo states can be maintained across the application.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

IUndoService Members | System.ComponentModel.Design Namespace | IActionUnit