Share via


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
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Overrides Sub FeatureInstalled ( _
    properties As SPFeatureReceiverProperties _
)
'Usage
Dim instance As XsnFeatureReceiver
Dim properties As SPFeatureReceiverProperties

instance.FeatureInstalled(properties)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public override void FeatureInstalled(
    SPFeatureReceiverProperties properties
)

Parameters

See Also

Reference

XsnFeatureReceiver Class

XsnFeatureReceiver Members

Microsoft.Office.InfoPath.Server.Administration Namespace