Share via


ActionChangeType Enum

Definition

How to modify an action sequence.

public enum ActionChangeType
type ActionChangeType = 
Public Enum ActionChangeType
Inheritance
ActionChangeType

Fields

AppendActions 1

Add the changeactions to the tail of the sequence.

EndSequence 2

Terminate the action sequence.

InsertActions 0

Add the change actions to the head of the sequence.

ReplaceSequence 3

Terminate the action sequence, then add the change actions.

Applies to