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

적용 대상

추가 정보