PropertyValue.OnPropertyValueException Methode

Definition

Standardimplementierung, die das PropertyValueException Ereignis auslöst, wenn PropertyValue beim Abrufen oder Festlegen von Werten in der zugrunde liegenden Datensammlung Eigenschaften auftreten.

protected:
 virtual void OnPropertyValueException(System::Activities::Presentation::PropertyEditing::PropertyValueExceptionEventArgs ^ e);
protected virtual void OnPropertyValueException(System.Activities.Presentation.PropertyEditing.PropertyValueExceptionEventArgs e);
abstract member OnPropertyValueException : System.Activities.Presentation.PropertyEditing.PropertyValueExceptionEventArgs -> unit
override this.OnPropertyValueException : System.Activities.Presentation.PropertyEditing.PropertyValueExceptionEventArgs -> unit
Protected Overridable Sub OnPropertyValueException (e As PropertyValueExceptionEventArgs)

Parameter

e
PropertyValueExceptionEventArgs

A PropertyValueExceptionEventArgs that provides information about the get or set failure that occurred.

Gilt für: