Поделиться через


TeachingTip.ActionButtonClick Событие

Определение

Происходит после нажатия кнопки действия.

Эта документация относится к WinUI 2 для UWP (для WinUI в Windows App SDK см. Windows App 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) 

Тип события

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