Share via


IListItemService.OnItemFileMoved event

Raised when the item is moved from the list on which it resided.

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

Syntax

'Declaration
<CorrelationAliasAttribute("listId", "e.listId")> _
<CorrelationAliasAttribute("itemId", "e.itemId")> _
<CorrelationAliasAttribute("id", "e.id")> _
Event OnItemFileMoved As EventHandler(Of SPListItemServiceEventArgs)
'Usage
Dim instance As IListItemService
Dim handler As EventHandler(Of SPListItemServiceEventArgs)

AddHandler instance.OnItemFileMoved, handler
[CorrelationAliasAttribute("listId", "e.listId")]
[CorrelationAliasAttribute("itemId", "e.itemId")]
[CorrelationAliasAttribute("id", "e.id")]
event EventHandler<SPListItemServiceEventArgs> OnItemFileMoved

Remarks

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

See also

Reference

IListItemService interface

IListItemService members

Microsoft.SharePoint.Workflow namespace