HandleExternalEventActivity::ParameterBindings Property
.NET Framework (current version)
Gets the collection of parameter bindings.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
public: [BrowsableAttribute(false)] property WorkflowParameterBindingCollection^ ParameterBindings { WorkflowParameterBindingCollection^ get(); }
Property Value
Type: System.Workflow.ComponentModel::WorkflowParameterBindingCollection^The collection of parameter bindings.
The following example shows how to access the ParameterBindings property. This example is from the Ordering State Machine SDK sample, from the SampleWorkflow.designer.cs file. For more information, seeOrdering State Machine Sample.
.NET Framework
Available since 3.0
Available since 3.0
HandleExternalEventActivity Class
System.Workflow.Activities Namespace
Using the HandleExternalEvent Activity
Show: