Dela via


CategoryEntry.FilterApplied Event

Represents the method that handles the FilterApplied event of the CategoryEntry.

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

Syntax

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

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

Implements

IPropertyFilterTarget.FilterApplied

Remarks

This event is called by the OnFilterApplied method.

.NET Framework Security

See Also

Reference

CategoryEntry Class

CategoryEntry Members

Microsoft.Windows.Design.PropertyEditing Namespace

IPropertyFilterTarget

FilterApplied

Other Resources

WPF Designer Extensibility

Property Editing Architecture