共用方式為


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 Attribute Usage

<object LayoutError="eventHandler"/>

適用於

另請參閱