UIElement.LayoutUpdated Evento
Definizione
Si verifica quando il layout dei vari elementi visivi associati alla classe Dispatcher corrente viene modificato.Occurs when the layout of the various visual elements associated with the current Dispatcher changes.
public:
event EventHandler ^ LayoutUpdated;
public event EventHandler LayoutUpdated;
member this.LayoutUpdated : EventHandler
Public Custom Event LayoutUpdated As EventHandler
Commenti
Un aggiornamento del layout può verificarsi in seguito a una modifica di proprietà, a un ridimensionamento della finestra o a una richiesta esplicita dell'utente.A layout update can occur as a result of a property change, a window resize, or an explicit user request.
Questo membro è un evento CLRCLR, non un evento indirizzato.This member is a CLRCLR event, not a routed event.