Dela via


IPropertyFilterTarget.FilterApplied Event

Occurs when a PropertyFilter is changed through a call to the ApplyFilter method.

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

Syntax

'Declaration
Event FilterApplied As EventHandler(Of PropertyFilterAppliedEventArgs)
'Usage
Dim instance As IPropertyFilterTarget 
Dim handler As EventHandler(Of PropertyFilterAppliedEventArgs)

AddHandler instance.FilterApplied, handler
event EventHandler<PropertyFilterAppliedEventArgs> FilterApplied
event EventHandler<PropertyFilterAppliedEventArgs^>^ FilterApplied {
    void add (EventHandler<PropertyFilterAppliedEventArgs^>^ value);
    void remove (EventHandler<PropertyFilterAppliedEventArgs^>^ value);
}
JScript does not support events.

.NET Framework Security

See Also

Reference

IPropertyFilterTarget Interface

IPropertyFilterTarget Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture