PropertyContainer.PropertyEntryChanged (Evento)
Se produce cuando cambia la propiedad PropertyEntry.
Espacio de nombres: Microsoft.Windows.Design.PropertyEditing
Ensamblado: Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)
Sintaxis
'Declaración
Public Event PropertyEntryChanged As EventHandler
public event EventHandler PropertyEntryChanged
public:
event EventHandler^ PropertyEntryChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member PropertyEntryChanged : IEvent<EventHandler,
EventArgs>
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
Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)
Otros recursos
Extensibilidad de WPF Designer