SPTaskServiceEventArgs class

Represents the event parameters of an event involving a workflow task.

Inheritance hierarchy

System.Object
  System.EventArgs
    System.Workflow.Activities.ExternalDataEventArgs
      Microsoft.SharePoint.Workflow.SPTaskServiceEventArgs

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class SPTaskServiceEventArgs _
    Inherits ExternalDataEventArgs
'Usage
Dim instance As SPTaskServiceEventArgs
[SerializableAttribute]
public class SPTaskServiceEventArgs : ExternalDataEventArgs

Remarks

When the ITaskService service raises an event, the event parameters are contained in the SPTaskServiceEventArgs class.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPTaskServiceEventArgs members

Microsoft.SharePoint.Workflow namespace