Share via


IListItemService.OnItemUncheckedOut Event

Raised when the item check out is undone.

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

Syntax

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

AddHandler instance.OnItemUncheckedOut, handler
[CorrelationAliasAttribute("itemId", "e.itemId")]
[CorrelationAliasAttribute("listId", "e.listId")]
[CorrelationAliasAttribute("id", "e.id")]
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