PropertyMap.PropertyMappingError Ereignis

Definition

Tritt auf, wenn eine Ausnahme von einem Eigenschaftenübersetzer ausgelöst wird.

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) 

Ereignistyp

Hinweise

Handler für das PropertyMappingError Ereignis können optional die Ausnahme auslösen, indem das ThrowException Flag für das PropertyMappingExceptionEventArgsEreignis festgelegt wird.

Gilt für:

Weitere Informationen