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"/>

適用対象

こちらもご覧ください