Share via


FeatureManager.OnFeatureAvailable Method

Raises the FeatureAvailable event.

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

Syntax

'Declaration
Protected Overridable Sub OnFeatureAvailable ( _
    e As FeatureAvailableEventArgs _
)
protected virtual void OnFeatureAvailable(
    FeatureAvailableEventArgs e
)
protected:
virtual void OnFeatureAvailable(
    FeatureAvailableEventArgs^ e
)
abstract OnFeatureAvailable : 
        e:FeatureAvailableEventArgs -> unit 
override OnFeatureAvailable : 
        e:FeatureAvailableEventArgs -> unit 
protected function OnFeatureAvailable(
    e : FeatureAvailableEventArgs
)

Parameters

.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