XsnFeatureReceiver.FeatureInstalled Method
Occurs after a SharePoint feature is installed.
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public Overrides Sub FeatureInstalled ( _
properties As SPFeatureReceiverProperties _
)
'Usage
Dim instance As XsnFeatureReceiver
Dim properties As SPFeatureReceiverProperties
instance.FeatureInstalled(properties)
public override void FeatureInstalled(
SPFeatureReceiverProperties properties
)
Parameters
- properties
Type: Microsoft.SharePoint.SPFeatureReceiverProperties
An SPFeatureReceiverProperties object that represents the properties of the event.