PropertyFilterAppliedEventArgs-Konstruktor

Initialisiert eine neue Instanz der PropertyFilterAppliedEventArgs-Klasse.

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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyFilterAppliedEventArgs Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur