Share via


HoldListEventReceiver Class (Microsoft.Office.RecordsManagement.Internal)

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace: Microsoft.Office.RecordsManagement.Internal
Assembly: Microsoft.Office.Policy (in microsoft.office.policy.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name:="FullTrust")> _
<PermissionSetAttribute(SecurityAction.Demand, Name:="FullTrust")> _
Public Class HoldListEventReceiver
    Inherits SPItemEventReceiver
'Usage
Dim instance As HoldListEventReceiver
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name="FullTrust")] 
[PermissionSetAttribute(SecurityAction.Demand, Name="FullTrust")] 
public class HoldListEventReceiver : SPItemEventReceiver

Inheritance Hierarchy

System.Object
   Microsoft.SharePoint.SPEventReceiverBase
     Microsoft.SharePoint.SPItemEventReceiver
      Microsoft.Office.RecordsManagement.Internal.HoldListEventReceiver

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

HoldListEventReceiver Members
Microsoft.Office.RecordsManagement.Internal Namespace