Notification Class Members
In This Topic
The following tables list the members exposed by Notification.
Public Constructors
Public Properties
| Name | Description |
 | HasHelpTopic |
Gets if there is a help topic link.
|
 | HelpText |
Gets or sets the text accompanying the HelpTopic (if set).
Default value is "Learn More..."
|
 | HelpTopic |
Gets or sets the Help topic link. A help topic link is optional for a notification.
|
 | Id |
Gets 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 |
Gets or sets the Toast notification severity.
|
 | Title |
Gets or sets the title.
|
Top
Protected Methods
| 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.
|
Top
Public Events
See Also