HandleExternalEventActivity::EventName Property
.NET Framework (current version)
Gets the name of the raised event. This property must be set before local communication can occur.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
public: property String^ EventName { virtual String^ get(); virtual void set(String^ value); }
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.
.NET Framework
Available since 3.0
Available since 3.0
HandleExternalEventActivity Class
System.Workflow.Activities Namespace
Using the HandleExternalEvent Activity
Show: