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!

ActionType Enumeration

Specifies the values to represent an action's undo/redo ActionType state.

[Visual Basic]
Public Enum ActionType
[C#]
public enum ActionType
[C++]
public enum ActionType

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
Redo One of the ActionType values. This attribute indicates the action is a redo action.

An action unit will apply it's new values on the next call to DoAction.

Undo One of the ActionType values. This attribute indicates the action is an undo action.

An action unit will revert to its original values on the next call to DoAction.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

System.ComponentModel.Design Namespace