Evento PropertyContainer.PropertyEntryChanged
Ocorre quando o PropertyEntry propriedade é alterada.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
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>
O JScript não oferece suporte a eventos.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.Windows.Design.PropertyEditing
Outros recursos
Extensibilidade do WPF Designer