ScheduledToastNotificationShowingEventArgs.ScheduledToastNotification Property

Definition

Gets the scheduled toast notification being shown.

public:
 property ScheduledToastNotification ^ ScheduledToastNotification { ScheduledToastNotification ^ get(); };
ScheduledToastNotification ScheduledToastNotification();
public ScheduledToastNotification ScheduledToastNotification { get; }
var scheduledToastNotification = scheduledToastNotificationShowingEventArgs.scheduledToastNotification;
Public ReadOnly Property ScheduledToastNotification As ScheduledToastNotification

Property Value

The scheduled toast notification being shown.

Applies to