HtmlDesignEventReceiver class

Provides methods for trapping events that occur to items when the HTML Design feature is activated.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPEventReceiverBase
    Microsoft.SharePoint.SPItemEventReceiver
      Microsoft.SharePoint.Publishing.Design.HtmlDesignEventReceiver

Namespace:  Microsoft.SharePoint.Publishing.Design
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

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

See also

Reference

HtmlDesignEventReceiver members

Microsoft.SharePoint.Publishing.Design namespace