Layout.MeasureInvalidated Событие

Определение

Происходит, когда состояние измерения (макет) было признано недействительным.

Эта документация относится к WinUI 2 для UWP (для WinUI в Windows App SDK см. Windows App SDK пространства имен).

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

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

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

Тип события

Применяется к

См. также раздел