IssueTracking.OnMyTaskDeleted Method
Occurs when a workflow task is deleted.
Namespace: Microsoft.SharePoint.Workflow.Application
Assembly: Microsoft.SharePoint.Workflows (in Microsoft.SharePoint.Workflows.dll)
Syntax
'Declaration
Public Sub OnMyTaskDeleted ( _
sender As Object, _
e As EventArgs _
)
'Usage
Dim instance As IssueTracking
Dim sender As Object
Dim e As EventArgs
instance.OnMyTaskDeleted(sender, e)
public void OnMyTaskDeleted(
Object sender,
EventArgs e
)
Parameters
sender
Type: System.ObjectThe source of the event.
e
Type: System.EventArgsThe data for the event.
Remarks
This method updates a flag that indicates the current task has been deleted.