CustomPropertyValueEditorAttribute Constructor

Initializes a new instance of the CustomPropertyValueEditorAttribute class.

Namespace:  Microsoft.Xaml.Interactivity
Assembly:  Microsoft.Xaml.Interactivity (in Microsoft.Xaml.Interactivity.dll)

Syntax

'Declaration
Public Sub New ( _
    customPropertyValueEditor As CustomPropertyValueEditor _
)
public CustomPropertyValueEditorAttribute(
    CustomPropertyValueEditor customPropertyValueEditor
)
public:
CustomPropertyValueEditorAttribute(
    CustomPropertyValueEditor customPropertyValueEditor
)
new : 
        customPropertyValueEditor:CustomPropertyValueEditor -> CustomPropertyValueEditorAttribute
public function CustomPropertyValueEditorAttribute(
    customPropertyValueEditor : CustomPropertyValueEditor
)

Parameters

.NET Framework Security

See Also

Reference

CustomPropertyValueEditorAttribute Class

Microsoft.Xaml.Interactivity Namespace