IPropertyFilterTarget.FilterApplied (Evento)
Se produce cuando cambia un objeto PropertyFilter mediante una llamada al método ApplyFilter.
Espacio de nombres: Microsoft.Windows.Design.PropertyEditing
Ensamblado: Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)
Sintaxis
'Declaración
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 no admite eventos.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
IPropertyFilterTarget Interfaz
Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)