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

Adds an event handler to be invoked when a new action is added to the service.

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

Parameters

handler
The handler that will be invoked when an action is added to the service.

See Also

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