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!

PropertyChangeActionUnit.DoAction

Performs the action encapsulated in this action unit. The implementation should automatcially toggle between being an Undo or Redo action each time DoAction is called.

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

See Also

PropertyChangeActionUnit Class | PropertyChangeActionUnit Members | System.ComponentModel.Design Namespace