ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / Notification Class
Properties Methods Events


In This Topic
    Notification Class Members
    In This Topic

    The following tables list the members exposed by Notification.

    Public Constructors
     NameDescription
    Public ConstructorInitializes an empty instance of the Notification class.  
    Top
    Public Properties
     NameDescription
    Public Property Gets if there is a help topic link.  
    Public Property Gets or sets the text accompanying the HelpTopic (if set). default: "Learn More..."  
    Public Property Gets or sets the Help topic link. (optional)  
    Public Property Gets or sets the framework assigned id.  
    Public Property Gets or sets the image to show. ImageUrl must be null for this property to work properly.  
    Public Property Gets or sets the image to show. Use ImageSource if you have a resource.  
    Public Property Gets or sets the message.  
    Public Property Toast notification severity  
    Public Property Gets or sets the title.  
    Top
    Protected Methods
     NameDescription
    Protected Internal Method Occurs when a notification message is clicked by the user.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property is updated.  
    Top
    See Also