Sdílet prostřednictvím


PropertyValue.PropertyValueException-Ereignis

Aktualisiert: November 2007

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

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

Syntax

'Declaration
Public Event PropertyValueException As EventHandler(Of PropertyValueExceptionEventArgs)
'Usage
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 unterstützt keine Ereignisse.

Hinweise

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

Berechtigungen

Siehe auch

Referenz

PropertyValue-Klasse

PropertyValue-Member

Microsoft.Windows.Design.PropertyEditing-Namespace

PropertyEntry

PropertyValueEditor

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur