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

적용 대상

추가 정보