PropertyValue.PropertyValueException イベント

定義

ホスト実装でエラー処理のために使用されるイベントです。

public:
 event EventHandler<System::Activities::Presentation::PropertyEditing::PropertyValueExceptionEventArgs ^> ^ PropertyValueException;
public event EventHandler<System.Activities.Presentation.PropertyEditing.PropertyValueExceptionEventArgs> PropertyValueException;
member this.PropertyValueException : EventHandler<System.Activities.Presentation.PropertyEditing.PropertyValueExceptionEventArgs> 
Public Custom Event PropertyValueException As EventHandler(Of PropertyValueExceptionEventArgs) 
Public Event PropertyValueException As EventHandler(Of PropertyValueExceptionEventArgs) 

イベントの種類

EventHandler<PropertyValueExceptionEventArgs>

適用対象