Share via


SPWorkflowLibraryEventReceiver.ItemUpdated Method

NOTE: This API is now obsolete.

Event that is raised when a workflow item is modified.

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

Syntax

'Declaration
<ObsoleteAttribute("SPWorkflowLibraryEventReceiver is a deprecated class.")> _
Public Overrides Sub ItemUpdated ( _
    properties As SPItemEventProperties _
)
'Usage
Dim instance As SPWorkflowLibraryEventReceiver
Dim properties As SPItemEventProperties

instance.ItemUpdated(properties)
[ObsoleteAttribute("SPWorkflowLibraryEventReceiver is a deprecated class.")]
public override void ItemUpdated(
    SPItemEventProperties properties
)

Parameters

See Also

Reference

SPWorkflowLibraryEventReceiver Class

SPWorkflowLibraryEventReceiver Members

Microsoft.SharePoint.Workflow Namespace