PropertyEntry.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
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 no admite eventos.
Implementaciones
IPropertyFilterTarget.FilterApplied
Comentarios
El método OnFilterApplied llama a este evento.
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
Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)