MultiLangEventReceiver Class
Receives item events for multilanguage document libraries.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.SPEventReceiverBase
Microsoft.SharePoint.SPItemEventReceiver
Microsoft.Office.DocumentManagement.Server.MultiLangEventReceiver
Namespace: Microsoft.Office.DocumentManagement.Server
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class MultiLangEventReceiver _
Inherits SPItemEventReceiver
'Usage
Dim instance As MultiLangEventReceiver
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class MultiLangEventReceiver : SPItemEventReceiver
Remarks
For more information about trapping events that occur to items, see the Microsoft.SharePoint.SPItemEventReceiver.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.