Name | Description | |
---|---|---|
![]() | Notification Constructor | Initializes an empty instance of the Notification class. |
The following tables list the members exposed by Notification.
Name | Description | |
---|---|---|
![]() | Notification Constructor | Initializes an empty instance of the Notification class. |
Name | Description | |
---|---|---|
![]() | HasHelpTopic | Gets if there is a help topic link. |
![]() | HelpText | Gets or sets the text accompanying the HelpTopic (if set). default: "Learn More..." |
![]() | HelpTopic | Gets or sets the Help topic link. (optional) |
![]() | Id | Gets or sets the framework assigned id. |
![]() | ImageSource | Gets or sets the image to show. ImageUrl must be null for this property to work properly. |
![]() | ImageUrl | Gets or sets the image to show. Use ImageSource if you have a resource. |
![]() | Message | Gets or sets the message. |
![]() | Severity | Toast notification severity |
![]() | Title | Gets or sets the title. |
Name | Description | |
---|---|---|
![]() | OnClick | Occurs when a notification message is clicked by the user. |
![]() | OnHyperlinkCommand | Occurs when a notification's message is in rich text format (RTF), and the user clicks on the hyperlink that triggers a command. |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Occurs when a property is updated. |