Share via


SetStateEventArgs(String) Construtor

Definição

Inicializa uma nova instância da classe SetStateEventArgs.

public:
 SetStateEventArgs(System::String ^ targetStateName);
public SetStateEventArgs (string targetStateName);
new System.Workflow.Activities.SetStateEventArgs : string -> System.Workflow.Activities.SetStateEventArgs
Public Sub New (targetStateName As String)

Parâmetros

targetStateName
String

O estado para o qual definir o StateActivity.

Aplica-se a