PropertyValue.OnPropertyValueException メソッド

定義

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

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

適用対象