SetStateEventArgs(String) Constructor

Definition

Initializes a new instance of the SetStateEventArgs class.

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)

Parameters

targetStateName
String

The state to set the StateActivity to.

Applies to