Condividi tramite


PropertyValue.OnPropertyValueException Metodo

Definizione

Implementazione predefinita che genera l'evento PropertyValueException quando le proprietà PropertyValue non riescono a ottenere o impostare i 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

PropertyValueExceptionEventArgs che fornisce informazioni sull'errore che si è verificato durante il tentativo di ottenere o impostare i valori.

Si applica a