Edit

Share via


OnActivated Delegate

Definition

Event triggered when a notification is clicked.

public delegate void OnActivated(ToastNotificationActivatedEventArgsCompat e);
type OnActivated = delegate of ToastNotificationActivatedEventArgsCompat -> unit
Public Delegate Sub OnActivated(e As ToastNotificationActivatedEventArgsCompat)

Parameters

e
ToastNotificationActivatedEventArgsCompat

Arguments that specify what action was taken and the user inputs.

Applies to