HoldEventReceiver 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.Demand, Name:="FullTrust")> _
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name:="FullTrust")> _
Public Class HoldEventReceiver
    Inherits SPItemEventReceiver
'Usage
Dim instance As HoldEventReceiver
[PermissionSetAttribute(SecurityAction.Demand, Name="FullTrust")] 
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name="FullTrust")] 
public class HoldEventReceiver : SPItemEventReceiver

Inheritance Hierarchy

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

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

HoldEventReceiver Members
Microsoft.Office.RecordsManagement.Internal Namespace