Bagikan melalui


Layout.ArrangeInvalidated Kejadian

Definisi

Terjadi ketika status susun (tata letak) telah dibatalkan.

Dokumentasi ini berlaku untuk WinUI 2 untuk UWP (untuk WinUI di SDK Aplikasi Windows, lihat namespace SDK Aplikasi 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) 

Jenis Acara

Berlaku untuk

Lihat juga