OnWorkflowItemDeleted Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to respond to the ISharePointService.OnWorkflowItemDeleted event Microsoft SharePoint Foundation raises when a workflow item is deleted.
The OnWorkflowItemDeleted type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OnWorkflowItemDeleted | Initializes a new instance of the OnWorkflowItemDeleted class. |
Top
Properties
Name | Description | |
---|---|---|
AfterProperties | Gets or sets properties of the workflow item after it has been deleted. | |
BeforeProperties | Gets or sets properties of the workflow item before it has been deleted. | |
CorrelationToken | (Inherited from HandleExternalEventActivity.) | |
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
Enabled | (Inherited from Activity.) | |
EventName | Gets the name of the event that invokes the activity. (Overrides HandleExternalEventActivity.EventName.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
InterfaceType | Gets the interface 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.) | |
UserData | (Inherited from DependencyObject.) | |
WorkflowId | Gets or sets the workflow ID assigned to the workflow instance by the workflow engine upon workflow initiation. | |
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. | |
WorkflowIdProperty | The DependencyProperty object that promotes the WorkflowId 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