WindowsFormsHost.LayoutError Evento

Definición

Se produce cuando se detecta un error de diseño, como un sesgo o una rotación que WindowsFormsHost no admite.

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) 

Tipo de evento

Comentarios

Uso de atributos XAML

<object LayoutError="eventHandler"/>

Se aplica a

Consulte también