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.UndoActionsTo

Instructs the undo service to invoke undo actions down to and including the specified action.

[Visual Basic]
Sub UndoActionsTo( _
   ByVal action As IActionUnit _
)
[C#]
void UndoActionsTo(
   IActionUnit action
);
[C++]
void UndoActionsTo(
   IActionUnit* action
) = 0;
[JScript]
function UndoActionsTo(
   action : IActionUnit
);

Parameters

action
The action to undo down to and including.

See Also

IUndoService Interface | IUndoService Members | System.ComponentModel.Design Namespace