Layout.ArrangeInvalidated Evento

Definición

Se produce cuando se invalida el estado de organización (diseño).

Esta documentación se aplica a WinUI 2 para UWP (para WinUI en el SDK de Aplicaciones para Windows, consulta los espacios de nombres SDK de Aplicaciones para Windows).

// Register
event_token ArrangeInvalidated(TypedEventHandler<Layout, IInspectable const&> const& handler) const;

// Revoke with event_token
void ArrangeInvalidated(event_token const* cookie) const;

// Revoke with event_revoker
Layout::ArrangeInvalidated_revoker ArrangeInvalidated(auto_revoke_t, TypedEventHandler<Layout, IInspectable const&> const& handler) const;
public event TypedEventHandler<Layout,object> ArrangeInvalidated;
Public Custom Event ArrangeInvalidated As TypedEventHandler(Of Layout, Object) 

Tipo de evento

Se aplica a

Consulte también