Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Handles the event raised when a Navigation or NavigationProperties feature is installed.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Overrides Sub FeatureInstalled ( _
properties As SPFeatureReceiverProperties _
)
'Usage
Dim instance As NavigationFeatureHandler
Dim properties As SPFeatureReceiverProperties
instance.FeatureInstalled(properties)
public override void FeatureInstalled(
SPFeatureReceiverProperties properties
)
Parameters
properties
Type: Microsoft.SharePoint.SPFeatureReceiverPropertiesProperties of a feature installation event.
See Also
Reference
NavigationFeatureHandler Class