PropertyValue.OnPropertyValueException メソッド

定義

PropertyValueプロパティが基になるデータのコレクションで値の取得または設定に失敗した場合に、PropertyValueException イベントを発生させる既定の実装。

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)

パラメーター

e
PropertyValueExceptionEventArgs

発生した取得または設定の失敗に関する情報を提供する PropertyValueExceptionEventArgs

適用対象