NavigationView.PaneOpening 事件

定义

当 NavigationView 窗格打开时发生。

本文档适用于 Windows 应用 SDKWinUI 的 WinUI 2 for UWP (,请参阅Windows 应用 SDK命名空间) 。

// Register
event_token PaneOpening(TypedEventHandler<NavigationView, IInspectable const&> const& handler) const;

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

// Revoke with event_revoker
NavigationView::PaneOpening_revoker PaneOpening(auto_revoke_t, TypedEventHandler<NavigationView, IInspectable const&> const& handler) const;
public event TypedEventHandler<NavigationView,object> PaneOpening;
Public Custom Event PaneOpening As TypedEventHandler(Of NavigationView, Object) 
<NavigationView PaneOpening="eventhandler" />

事件类型

适用于