PropertyValue.PropertyValueException (Evento)

Actualización: noviembre 2007

Representa el método que controla el evento PropertyValueException de PropertyValue.

Espacio de nombres:  Microsoft.Windows.Design.PropertyEditing
Ensamblado:  Microsoft.Windows.Design (en Microsoft.Windows.Design.dll)

Sintaxis

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);
}
JScript no admite eventos.

Comentarios

El método OnPropertyValueException provoca este evento.

Permisos

Vea también

Referencia

PropertyValue (Clase)

PropertyValue (Miembros)

Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)

PropertyEntry

PropertyValueEditor

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades