OnTaskChanged Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to respond to the ITaskService.OnTaskChanged event Microsoft SharePoint Foundation raises when a task associated with the workflow is modified.
The OnTaskChanged type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OnTaskChanged | Initializes a new instance of the OnTaskChanged class. |
Top
Properties
Name | Description | |
---|---|---|
AfterProperties | Gets or sets an SPWorkflowTaskProperties object that contains the current task property values for any properties that were updated. This includes custom data stored in the Hashtable object returned by the ExtendedProperties property. | |
BeforeProperties | Gets or sets an SPWorkflowTaskProperties object that contains the previous task property values for any properties that were updated. This includes custom data stored in the Hashtable object returned by the ExtendedProperties property. | |
CorrelationToken | (Inherited from HandleExternalEventActivity.) | |
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
Enabled | (Inherited from Activity.) | |
EventName | Returns the method that invokes this activity. (Overrides HandleExternalEventActivity.EventName.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
Executor | Gets and sets the ID of the user who executed the event. | |
InterfaceType | Returns the interface type used to implement this activity. (Overrides HandleExternalEventActivity.InterfaceType.) | |
IsDynamicActivity | (Inherited from Activity.) | |
Name | (Inherited from Activity.) | |
ParameterBindings | (Inherited from HandleExternalEventActivity.) | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
QualifiedName | (Inherited from Activity.) | |
Roles | (Inherited from HandleExternalEventActivity.) | |
Site | (Inherited from DependencyObject.) | |
TaskId | Gets or sets the ID of the task that was updated. | |
UserData | (Inherited from DependencyObject.) | |
WorkflowInstanceId | (Inherited from Activity.) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
Canceling | (Inherited from Activity.) | |
Closed | (Inherited from Activity.) | |
Compensating | (Inherited from Activity.) | |
Executing | (Inherited from Activity.) | |
Faulting | (Inherited from Activity.) | |
Invoked | (Inherited from HandleExternalEventActivity.) | |
StatusChanged | (Inherited from Activity.) |
Top
Fields
Name | Description | |
---|---|---|
AfterPropertiesProperty | The DependencyProperty object that promotes the AfterProperties property. | |
BeforePropertiesProperty | The DependencyProperty object that promotes the BeforeProperties property. | |
ExecutorProperty | The DependencyProperty object that promotes the Executor property. | |
TaskIdProperty | The DependencyProperty object that promotes the TaskId property. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComponent.Disposed | (Inherited from DependencyObject.) | |
IDynamicPropertyTypeProvider.GetAccessType | (Inherited from HandleExternalEventActivity.) | |
IDynamicPropertyTypeProvider.GetPropertyType | (Inherited from HandleExternalEventActivity.) | |
IActivityEventListener<QueueEventArgs>.OnEvent | (Inherited from HandleExternalEventActivity.) | |
IEventActivity.QueueName | (Inherited from HandleExternalEventActivity.) | |
IEventActivity.Subscribe | (Inherited from HandleExternalEventActivity.) | |
IEventActivity.Unsubscribe | (Inherited from HandleExternalEventActivity.) |
Top