PropertyMap.PropertyMappingError Evento

Definición

Se produce cuando un traductor de propiedad genera una excepción.

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 de evento

Comentarios

Opcionalmente, los controladores del PropertyMappingError evento pueden generar la excepción estableciendo la ThrowException marca en .PropertyMappingExceptionEventArgs

Se aplica a

Consulte también