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事件的处理程序可以通过在 上PropertyMappingExceptionEventArgs设置 ThrowException 标志来选择性地引发异常。

适用于

另请参阅