Share via


IListItemService.OnItemUncheckedOut event

Raised when the item check out is undone.

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

Syntax

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

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

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