Share via


TeachingTip.ActionButtonClick 事件

定義

發生于按一下動作按鈕之後。

本檔適用于 Windows 應用程式 SDK 中適用于 WinUI 的 WinUI 2 for UWP (,請參閱Windows 應用程式 SDK命名空間) 。

// Register
event_token ActionButtonClick(TypedEventHandler<TeachingTip, IInspectable const&> const& handler) const;

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

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

事件類型

適用於