Layout.MeasureInvalidated イベント

定義

測定状態 (レイアウト) が無効になったときに発生します。

このドキュメントは、WinUI 2 for UWP に適用されます (Windows アプリ SDKWinUI については、Windows アプリ 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) 

イベントの種類

適用対象

こちらもご覧ください