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
properties
Type: Microsoft.SharePoint.SPItemEventPropertiesAn Microsoft.SharePoint.SPItemEventProperties object that represents properties of the event handler.
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.