IFeatureReceiver Interface
Represents a feature receiver in SharePoint.
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
| Name | Description | |
|---|---|---|
![]() | Assembly | Gets or sets the assembly of the feature receiver that is added to the feature that includes this SharePoint project item. |
![]() | ClassName | Gets or sets the class of the feature receiver that is added to the feature that includes this SharePoint project item. |
![]() | IsDisposed | Gets whether the an object is disposed.(Inherited from INotifyObjectDisposed.) |
![]() | IsDisposing | Gets whether an object is disposing.(Inherited from INotifyObjectDisposing.) |
![]() | ProjectItem | Gets a reference to the parent project item. |
| Name | Description | |
|---|---|---|
![]() | Disposed | Occurs when an object is disposed.(Inherited from INotifyObjectDisposed.) |
![]() | Disposing | Occurs when an object is being disposed.(Inherited from INotifyObjectDisposing.) |
![]() | PropertyChanged | (Inherited from INotifyPropertyChanged.) |
Feature receivers handle events related to features, such as when a feature is added, removed, or changed.

