WindowsFormsHost.LayoutError Händelse

Definition

Inträffar när ett layoutfel, till exempel ett skevt eller rotationsfel som WindowsFormsHost inte stöds, påträffas.

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) 

Händelsetyp

Kommentarer

XAML-attributanvändning

<object LayoutError="eventHandler"/>

Gäller för

Se även