SPListItemServiceEventArgs Class

Represents the event parameters of an event involving a SharePoint item.

Inheritance Hierarchy

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

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

Remarks

When the IListItemService raises an event, the event parameters are contained in an SPListItemServiceEventArgs object.

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

SPListItemServiceEventArgs Members

Microsoft.SharePoint.Workflow Namespace