FeatureAvailableEventArgs Class

Provides data for the FeatureAvailable event.

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

Syntax

'Declaration
Public Class FeatureAvailableEventArgs _
    Inherits EventArgs
'Usage
Dim instance As FeatureAvailableEventArgs
public class FeatureAvailableEventArgs : EventArgs
public ref class FeatureAvailableEventArgs : public EventArgs
public class FeatureAvailableEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Windows.Design.Features.FeatureAvailableEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

FeatureAvailableEventArgs Members

Microsoft.Windows.Design.Features Namespace

FeatureManager

FeatureProvider

FeatureConnector<TFeatureProviderType>

Other Resources

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility