SetStateEventArgs(String) Konstruktor

Definice

Inicializuje novou instanci SetStateEventArgs třídy .

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)

Parametry

targetStateName
String

Stav, na StateActivity který se má nastavit.

Platí pro