Freigeben über


PropertyValue.PropertyValueException-Ereignis

Stellt die Methode dar, die das PropertyValueException-Ereignis des PropertyValue behandelt.

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

Syntax

'Declaration
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 unterstützt keine Ereignisse.

Hinweise

Dieses Ereignis wird von der OnPropertyValueException-Methode ausgelöst.

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyValue Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace

PropertyEntry

PropertyValueEditor

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur