SPItemEventArgs class

Represents the event parameters of an event involving the item on which a workflow instance is running.

Inheritance hierarchy

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

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

Syntax

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

Remarks

When the ISharePointService raises the OnWorkflowItemChanged or OnWorkflowItemDeleted event, the event parameters are contained in the SPItemEventArgs 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

SPItemEventArgs members

Microsoft.SharePoint.Workflow namespace