RichTextBox for UWP/WinRT
RequestNavigate イベント

ユーザーが C1.Xaml.RichTextBox.Documents.C1Hyperlink をクリックしたときに発生します。
構文
'宣言
 
Public Event RequestNavigate As System.EventHandler(Of RequestNavigateEventArgs)
public event System.EventHandler<RequestNavigateEventArgs> RequestNavigate
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、RequestNavigateEventArgs 型の引数を受け取りました。次の RequestNavigateEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Hyperlinkイベントを発生させた C1.Xaml.RichTextBox.Documents.C1Hyperlink を取得します。  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1RichTextBox クラス
C1RichTextBox メンバ

Send Feedback