Partager via


WindowsFormsHost.LayoutError Événement

Définition

Se produit lorsqu'une erreur de disposition, telle qu'une inclinaison ou une rotation que WindowsFormsHost ne prend pas en charge, est rencontrée.

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) 

Type d'événement

EventHandler<LayoutExceptionEventArgs>

Remarques

Utilisation d'attributs XAML

<object LayoutError="eventHandler"/>

S’applique à

Voir aussi