ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Framework Namespace / Notification Class / OnHyperlinkCommand Method

In This Topic
    OnHyperlinkCommand Method
    In This Topic
    Occurs when a notification's message is in rich text format (RTF), and the user clicks on the hyperlink that triggers a command.
    Syntax
    protected internal virtual void OnHyperlinkCommand( 
       string commandName
    )
    Protected Friend Overridable Sub OnHyperlinkCommand( _
       ByVal commandName As String _
    ) 

    Parameters

    commandName
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also