IFeatureReceiver Interface

Definition

Represents a feature receiver in SharePoint.

public interface class IFeatureReceiver : Microsoft::VisualStudio::SharePoint::INotifyObjectDisposed, Microsoft::VisualStudio::SharePoint::INotifyObjectDisposing, System::ComponentModel::INotifyPropertyChanged
public interface IFeatureReceiver : Microsoft.VisualStudio.SharePoint.INotifyObjectDisposed, Microsoft.VisualStudio.SharePoint.INotifyObjectDisposing, System.ComponentModel.INotifyPropertyChanged
type IFeatureReceiver = interface
    interface INotifyObjectDisposing
    interface INotifyObjectDisposed
    interface INotifyPropertyChanged
Public Interface IFeatureReceiver
Implements INotifyObjectDisposed, INotifyObjectDisposing, INotifyPropertyChanged
Implements

Remarks

Feature receivers handle events related to features, such as when a feature is added, removed, or changed.

Properties

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.

Events

Disposed

Occurs when an object is disposed.

(Inherited from INotifyObjectDisposed)
Disposing

Occurs when an object is being disposed.

(Inherited from INotifyObjectDisposing)

Applies to