Condividi tramite


Evento PropertyValue.PropertyValueException

Rappresenta il metodo che gestisce l'evento PropertyValueException dell'oggetto PropertyValue.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
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>
JScript non supporta gli eventi.

Note

Questo evento viene generato dal metodo OnPropertyValueException.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyValue Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

PropertyEntry

PropertyValueEditor

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà