NavigationView.PaneOpened 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
打开 NavigationView 窗格时发生。
本文档适用于 Windows 应用 SDK 中 WinUI 的 WinUI 2 for UWP (,请参阅Windows 应用 SDK命名空间) 。
// Register
event_token PaneOpened(TypedEventHandler<NavigationView, IInspectable const&> const& handler) const;
// Revoke with event_token
void PaneOpened(event_token const* cookie) const;
// Revoke with event_revoker
NavigationView::PaneOpened_revoker PaneOpened(auto_revoke_t, TypedEventHandler<NavigationView, IInspectable const&> const& handler) const;
public event TypedEventHandler<NavigationView,object> PaneOpened;
Public Custom Event PaneOpened As TypedEventHandler(Of NavigationView, Object)
<NavigationView PaneOpened="eventhandler" />
事件类型
TypedEventHandler<NavigationView,IInspectable>