Compartilhar via


Evento PropertyValue.PropertyValueException

Representa o método que manipula o PropertyValueException o evento da PropertyValue.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
Public Event PropertyValueException As EventHandler(Of PropertyValueExceptionEventArgs)
public event EventHandler<PropertyValueExceptionEventArgs> PropertyValueException
public:
 event EventHandler<PropertyValueExceptionEventArgs^>^ PropertyValueException {
    void add (EventHandler<PropertyValueExceptionEventArgs^>^ value);
    void remove (EventHandler<PropertyValueExceptionEventArgs^>^ value);
}
member PropertyValueException : IEvent<EventHandler<PropertyValueExceptionEventArgs>,
    PropertyValueExceptionEventArgs>
O JScript não oferece suporte a eventos.

Comentários

Este evento é gerado pelo OnPropertyValueException método.

Segurança do .NET Framework

Consulte também

Referência

PropertyValue Classe

Namespace Microsoft.Windows.Design.PropertyEditing

PropertyEntry

PropertyValueEditor

Outros recursos

Extensibilidade do WPF Designer

Propriedade de edição de arquitetura