Share via


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)
'Usage
Dim instance As FeatureManager 
Dim handler As EventHandler(Of FeatureAvailableEventArgs)

AddHandler instance.FeatureAvailable, handler
public event EventHandler<FeatureAvailableEventArgs> FeatureAvailable
public:
 event EventHandler<FeatureAvailableEventArgs^>^ FeatureAvailable {
    void add (EventHandler<FeatureAvailableEventArgs^>^ value);
    void remove (EventHandler<FeatureAvailableEventArgs^>^ value);
}
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

FeatureManager Members

Microsoft.Windows.Design.Features Namespace

FeatureProvider

FeatureConnector<TFeatureProviderType>

Other Resources

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility