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.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Event FilterApplied As EventHandler(Of PropertyFilterAppliedEventArgs)
event EventHandler<PropertyFilterAppliedEventArgs> FilterApplied
event EventHandler<PropertyFilterAppliedEventArgs^>^ FilterApplied {
void add (EventHandler<PropertyFilterAppliedEventArgs^>^ value);
void remove (EventHandler<PropertyFilterAppliedEventArgs^>^ value);
}
abstract FilterApplied : IEvent<EventHandler<PropertyFilterAppliedEventArgs>,
PropertyFilterAppliedEventArgs>
JScript does not support events.
.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
IPropertyFilterTarget Interface
Microsoft.Windows.Design.PropertyEditing Namespace