ExternalDataEventArgs::WorkItem Property

 

Gets or sets the object that contains the external code that raises the event.

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

public:
property Object^ WorkItem {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

The object that contains the external code that raises the event.

.NET Framework
Available since 3.0
Return to top
Show: