WindowsFormsHost.LayoutError Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Remarques
Utilisation d'attributs XAML
<object LayoutError="eventHandler"/>