OnActivated Delegate
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event triggered when a notification is clicked.
C#
public delegate void OnActivated(ToastNotificationActivatedEventArgsCompat e);
type OnActivated = delegate of ToastNotificationActivatedEventArgsCompat -> unit
Public Delegate Sub OnActivated(e As ToastNotificationActivatedEventArgsCompat)
Arguments that specify what action was taken and the user inputs.
Product | Versions |
---|---|
Windows Community Toolkit | 7.0.0, 7.1.0 |