Sdílet prostřednictvím


PropertyValue.OnPropertyValueException-Methode

Aktualisiert: November 2007

Löst das PropertyValueException-Ereignis aus.

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

Syntax

'Declaration
Protected Overridable Sub OnPropertyValueException ( _
    e As PropertyValueExceptionEventArgs _
)
'Usage
Dim e As PropertyValueExceptionEventArgs

Me.OnPropertyValueException(e)
protected virtual void OnPropertyValueException(
    PropertyValueExceptionEventArgs e
)
protected:
virtual void OnPropertyValueException(
    PropertyValueExceptionEventArgs^ e
)
protected function OnPropertyValueException(
    e : PropertyValueExceptionEventArgs
)

Parameter

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

e hat den Wert nullNULL-Verweis (Nothing in Visual Basic).

Hinweise

Diese Methode wird von der get- und set-Methode der Value-Eigenschaft und der StringValue-Eigenschaft aufgerufen, wenn CatchExceptions den Wert true hat.

Berechtigungen

Siehe auch

Referenz

PropertyValue-Klasse

PropertyValue-Member

Microsoft.Windows.Design.PropertyEditing-Namespace

PropertyEntry

PropertyValueEditor

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur