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)
Syntax
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class SPListItemServiceEventArgs _
Inherits ExternalDataEventArgs
Dim instance As SPListItemServiceEventArgs
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
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.