NotificationSnoozedEventArgs Constructor
Constructor class.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public NotificationSnoozedEventArgs(
Notification notification,
TimeSpan? snoozedTime
)
Public Sub New (
notification As Notification,
snoozedTime As TimeSpan?
)
Parameters
- notification Notification
- Notification associated with the event.
- snoozedTime NullableTimeSpan
- TimeSpanwith the postponed time.