Partilhar via


Evento PropertyValue.PropertyValueException

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

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

Sintaxe

Public Event PropertyValueException As EventHandler(Of PropertyValueExceptionEventArgs)

Dim instance As PropertyValue
Dim handler As EventHandler(Of PropertyValueExceptionEventArgs)

AddHandler instance.PropertyValueException, handler
public event EventHandler<PropertyValueExceptionEventArgs> PropertyValueException
public:
 event EventHandler<PropertyValueExceptionEventArgs^>^ PropertyValueException {
    void add (EventHandler<PropertyValueExceptionEventArgs^>^ value);
    void remove (EventHandler<PropertyValueExceptionEventArgs^>^ value);
}
O JScript não oferece suporte a eventos.

Comentários

Este evento é gerado pelo OnPropertyValueException método.

Permissões

Consulte também

Referência

PropertyValue Classe

Membros PropertyValue

Namespace Microsoft.Windows.Design.PropertyEditing

PropertyEntry

PropertyValueEditor

Outros recursos

Extensibilidade do WPF Designer

Propriedade de edição de arquitetura