FeatureManager.FeatureAvailable Event

Occurs when a new type of feature is available.

Namespace:  Microsoft.Windows.Design.Features
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public Event FeatureAvailable As EventHandler(Of FeatureAvailableEventArgs)
public event EventHandler<FeatureAvailableEventArgs> FeatureAvailable
public:
 event EventHandler<FeatureAvailableEventArgs^>^ FeatureAvailable {
    void add (EventHandler<FeatureAvailableEventArgs^>^ value);
    void remove (EventHandler<FeatureAvailableEventArgs^>^ value);
}
member FeatureAvailable : IEvent<EventHandler<FeatureAvailableEventArgs>,
    FeatureAvailableEventArgs>
JScript does not support events.

Remarks

Some feature connectors may need to be notified when new feature providers are offered by the feature manager, even if no direct call has been made to them.

.NET Framework Security

See Also

Reference

FeatureManager Class

Microsoft.Windows.Design.Features Namespace

FeatureProvider

FeatureConnector<TFeatureProviderType>

Other Resources

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility