PropertyMap.PropertyMappingError イベント

定義

プロパティ トランスレーターによって例外が発生したときに発生します。

public:
 event EventHandler<System::Windows::Forms::Integration::PropertyMappingExceptionEventArgs ^> ^ PropertyMappingError;
public event EventHandler<System.Windows.Forms.Integration.PropertyMappingExceptionEventArgs> PropertyMappingError;
member this.PropertyMappingError : EventHandler<System.Windows.Forms.Integration.PropertyMappingExceptionEventArgs> 
Public Custom Event PropertyMappingError As EventHandler(Of PropertyMappingExceptionEventArgs) 

イベントの種類

注釈

イベントのPropertyMappingErrorハンドラーは、 に フラグを設定することで、必要に応じて例外をPropertyMappingExceptionEventArgsThrowException発生させることができます。

適用対象

こちらもご覧ください