Share via


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

Inheritance Hierarchy

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

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

LabelHandler Members
Microsoft.Office.RecordsManagement.Internal Namespace