PropertyValue.OnPropertyValueException Metodo

Definizione

Implementazione predefinita che genera l'evento PropertyValueException quando PropertyValue le proprietà riscontrano un errore durante il recupero o l'impostazione dei valori nella raccolta di dati sottostante.

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)

Parametri

e
PropertyValueExceptionEventArgs

Oggetto PropertyValueExceptionEventArgs che fornisce informazioni sull'errore get o set che si è verificato.

Si applica a