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

Undoes the specified number of actions.

[Visual Basic]
Sub UndoActions( _
   ByVal actions As Integer _
)
[C#]
void UndoActions(
   int actions
);
[C++]
void UndoActions(
   int actions
) = 0;
[JScript]
function UndoActions(
   actions : int
);

Parameters

actions
The number of actions to undo.

Remarks

If the number of available undos is less than the number requested, all the available undos are performed.

See Also

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