SPFeatureReceiverProperties class
Represents the properties of a Feature installation, uninstallation, activation, or deactivation event.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.SPFeatureReceiverProperties
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public NotInheritable Class SPFeatureReceiverProperties _
Implements IDisposable
'Usage
Dim instance As SPFeatureReceiverProperties
public sealed class SPFeatureReceiverProperties : IDisposable
Remarks
The SPFeatureReceiverProperties class provides access to event properties, such as the Feature instance that has been created, the Feature definition, or the parent object of the Feature, for example, an SPWeb object.
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.