WindowsFormsHost.LayoutError Zdarzenie

Definicja

Występuje, gdy napotkany jest błąd układu, taki jak niesymetryczność lub rotacja, która WindowsFormsHost nie obsługuje.

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) 

Typ zdarzenia

Uwagi

Użycie atrybutu języka XAML

<object LayoutError="eventHandler"/>

Dotyczy

Zobacz też