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!

EventHandlerSetActionUnit.DoAction

Performs the action represented by this IActionUnit.

[Visual Basic]
Overrides Public Function DoAction() As Boolean
[C#]
public override bool DoAction();
[C++]
public: override bool DoAction();
[JScript]
public override function DoAction() : Boolean;

Return Value

true if the action was successfully carried out; otherwise, false.

Remarks

The implementation of DoAction should automatcially toggle between being an Undo or Redo action each time DoAction is called.

See Also

EventHandlerSetActionUnit Class | EventHandlerSetActionUnit Members | System.ComponentModel.Design Namespace | IUndoService | IActionUnit