NotificationSnoozedEventArgs Class

Provides argument data for notification snooze events.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class NotificationSnoozedEventArgs : NotificationEventArgs
Inheritance
Object    EventArgs    NotificationEventArgs    NotificationSnoozedEventArgs

Constructors

NotificationSnoozedEventArgs Constructor class.

Properties

SnoozedTime Gets the postponed time for the notification.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also