WindowsFormsHost.LayoutError 事件

定义

在遇到布局错误(如进行 WindowsFormsHost 不支持的扭曲或旋转)时发生。

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

事件类型

EventHandler<LayoutExceptionEventArgs>

注解

XAML 属性用法

<object LayoutError="eventHandler"/>

适用于

另请参阅