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

Removes a handler to be invoked when an action is redone.

[Visual Basic]
Sub RemoveOnRedo( _
   ByVal handler As ActionUnitEventHandler _
)
[C#]
void RemoveOnRedo(
   ActionUnitEventHandler handler
);
[C++]
void RemoveOnRedo(
   ActionUnitEventHandler* handler
) = 0;
[JScript]
function RemoveOnRedo(
   handler : ActionUnitEventHandler
);

Parameters

handler
The handler to be removed.

See Also

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