Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the method that handles the FilterApplied event of the CategoryEntry.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Event FilterApplied As EventHandler(Of PropertyFilterAppliedEventArgs)
public event EventHandler<PropertyFilterAppliedEventArgs> FilterApplied
public:
virtual event EventHandler<PropertyFilterAppliedEventArgs^>^ FilterApplied {
void add (EventHandler<PropertyFilterAppliedEventArgs^>^ value);
void remove (EventHandler<PropertyFilterAppliedEventArgs^>^ value);
}
abstract FilterApplied : IEvent<EventHandler<PropertyFilterAppliedEventArgs>,
PropertyFilterAppliedEventArgs>
override FilterApplied : IEvent<EventHandler<PropertyFilterAppliedEventArgs>,
PropertyFilterAppliedEventArgs>
JScript does not support events.
Implements
IPropertyFilterTarget.FilterApplied
Remarks
This event is called by the OnFilterApplied method.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace