Provides event handlers that are called when
Navigation or
NavigationProperties features are activated, deactivated, installed, or uninstalled.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in microsoft.sharepoint.publishing.dll)

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

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

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