HandleExternalEventActivity::EventName Property

 

Gets the name of the raised event. This property must be set before local communication can occur.

Namespace:   System.Workflow.Activities
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)

public:
property String^ EventName {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

The name of the raised event.

The following code example shows how to create and set values for the HandleExternalEventActivity class. This code example is part of the RaiseEventToLoadWorkflow SDK sample from the DocumentApprovalWorkflow.cs file. For more information, seeRaise Event To Load Workflow.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: