Share via


PropertyValue.PropertyValueException, événement

Représente la méthode qui gère l'événement PropertyValueException de PropertyValue.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les événements.

Notes

Cet événement est déclenché par la méthode OnPropertyValueException.

Sécurité .NET Framework

Voir aussi

Référence

PropertyValue Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

PropertyEntry

PropertyValueEditor

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété