Share via


MultiLangEventReceiver.ItemUpdated Method

Occurs after an existing item is changed, for example, when the user changes data in one or more fields.

Namespace:  Microsoft.Office.DocumentManagement.Server
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Overrides Sub ItemUpdated ( _
    properties As SPItemEventProperties _
)
'Usage
Dim instance As MultiLangEventReceiver
Dim properties As SPItemEventProperties

instance.ItemUpdated(properties)
public override void ItemUpdated(
    SPItemEventProperties properties
)

Parameters

Remarks

Enables the workflow (which runs under the SHAREPOINT\System account) to change properties that the translation workflow is associated with, but prevents any other user from changing these properties.

See Also

Reference

MultiLangEventReceiver Class

MultiLangEventReceiver Members

Microsoft.Office.DocumentManagement.Server Namespace