RichTextBox for WinRT
RequestNavigate Event


Fires when the user clicks on a C1.Xaml.RichTextBox.Documents.C1Hyperlink.
Syntax
'Declaration
 
Public Event RequestNavigate As System.EventHandler(Of RequestNavigateEventArgs)
'Usage
 
Dim instance As C1RichTextBox
Dim handler As System.EventHandler(Of RequestNavigateEventArgs)
 
AddHandler instance.RequestNavigate, handler
public event System.EventHandler<RequestNavigateEventArgs> RequestNavigate
Event Data

The event handler receives an argument of type RequestNavigateEventArgs containing data related to this event. The following RequestNavigateEventArgs properties provide information specific to this event.

PropertyDescription
HyperlinkGets the C1.Xaml.RichTextBox.Documents.C1Hyperlink that triggered the event.  
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

See Also

Reference

C1RichTextBox Class
C1RichTextBox Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback