MultiLangEventReceiver Class

Receives item events for multi-language 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 Class MultiLangEventReceiver _
    Inherits SPItemEventReceiver
'Usage
Dim instance As MultiLangEventReceiver
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class MultiLangEventReceiver : SPItemEventReceiver

Remarks

For more information about trapping events that occur to items, Microsoft.SharePoint.SPItemEventReceiver class in the Welcome to the Windows SharePoint Services 3.0 SDK.

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.

See Also

Reference

MultiLangEventReceiver Members

Microsoft.Office.DocumentManagement.Server Namespace