Bagikan melalui


PropertyFilterAppliedEventArgs Constructor

Initializes a new instance of the PropertyFilterAppliedEventArgs class.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Sub New ( _
    filter As PropertyFilter _
)
public PropertyFilterAppliedEventArgs(
    PropertyFilter filter
)
public:
PropertyFilterAppliedEventArgs(
    PropertyFilter^ filter
)
new : 
        filter:PropertyFilter -> PropertyFilterAppliedEventArgs
public function PropertyFilterAppliedEventArgs(
    filter : PropertyFilter
)

Parameters

.NET Framework Security

See Also

Reference

PropertyFilterAppliedEventArgs Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture