NavigationFeatureHandler class

Provides event handlers that are called when Navigation or NavigationProperties features are activated, deactivated, installed, or uninstalled.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPFeatureReceiver
    Microsoft.SharePoint.Publishing.NavigationFeatureHandler

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class NavigationFeatureHandler _
    Inherits SPFeatureReceiver
'Usage
Dim instance As NavigationFeatureHandler
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class NavigationFeatureHandler : SPFeatureReceiver

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

NavigationFeatureHandler members

Microsoft.SharePoint.Publishing namespace