NotificationHyperlinkEventArgs Class

Provides argument data for navigation events of a hyperlink associated with a notification.

Definition

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

Constructors

NotificationHyperlinkEventArgs Constructor class.

Properties

NavigateUri Contains the Uri associated with the activated hyperlink.

Extension Methods

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

See Also