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!

IActionUnit.GetNextActionType

Gets the current action state.

[Visual Basic]
Function GetNextActionType() As ActionType
[C#]
ActionType GetNextActionType();
[C++]
ActionType GetNextActionType() = 0;
[JScript]
function GetNextActionType() : ActionType;

Return Value

The current state, Undo or Redo.

Remarks

The current action state is the type of operation that will be performed on the next call to DoAction. The return value is either Undo or Redo.

See Also

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