PropertyMap.PropertyMappingError Evento

Definizione

Si verifica quando viene generata un'eccezione da un convertitore di proprietà.

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) 

Tipo evento

Commenti

I gestori per l'evento PropertyMappingError possono facoltativamente generare l'eccezione impostando il ThrowException flag su PropertyMappingExceptionEventArgs.

Si applica a

Vedi anche