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.