Share via


FeatureAvailableEventArgs Constructor

Initializes a new instance of the FeatureAvailableEventArgs class.

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

Syntax

'Declaration
Public Sub New ( _
    featureProviderType As Type _
)
public FeatureAvailableEventArgs(
    Type featureProviderType
)
public:
FeatureAvailableEventArgs(
    Type^ featureProviderType
)
new : 
        featureProviderType:Type -> FeatureAvailableEventArgs
public function FeatureAvailableEventArgs(
    featureProviderType : Type
)

Parameters

  • featureProviderType
    Type: System.Type
    The type of feature provider that is now available to be created.

Exceptions

Exception Condition
ArgumentNullException

featureProviderType is nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

FeatureAvailableEventArgs Class

Microsoft.Windows.Design.Features Namespace

FeatureManager

FeatureProvider

FeatureConnector<TFeatureProviderType>

Other Resources

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility