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) 

事件类型

注解

XAML 属性用法

<object LayoutError="eventHandler"/>

适用于

另请参阅