Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raised when the item is moved from the list on which it resided.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<CorrelationAliasAttribute("id", "e.id")> _
<CorrelationAliasAttribute("listId", "e.listId")> _
<CorrelationAliasAttribute("itemId", "e.itemId")> _
Event OnItemFileMoved As EventHandler(Of SPListItemServiceEventArgs)
'Usage
Dim instance As IListItemService
Dim handler As EventHandler(Of SPListItemServiceEventArgs)
AddHandler instance.OnItemFileMoved, handler
[CorrelationAliasAttribute("id", "e.id")]
[CorrelationAliasAttribute("listId", "e.listId")]
[CorrelationAliasAttribute("itemId", "e.itemId")]
event EventHandler<SPListItemServiceEventArgs> OnItemFileMoved
Remarks
When the IListItemService raises an event, the event parameters are contained in an SPListItemServiceEventArgs object.