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