Provides data for the HyperlinkClicked event.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets.MouseHandlers
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class HyperlinkClickedEventArgs : EventArgs
Inheritance: objectEventArgsHyperlinkClickedEventArgs
Inherited Members
Constructors
Initializes a new instance of the HyperlinkClickedEventArgs class.
Properties
CellIndex
CellIndex
Gets the index of the cell that contains the hyperlink.
C#
public CellIndex CellIndex { get; }
Get or set a value indicating whether the event is handled.
C#
public bool Handled { get; set; }
Gets a value tha indicates if the URL passes our validation. If the URL is not trusted, the hyperlink will not be opened. Set this property to true to open the hyperlink.
C#
public bool IsTrustedUrl { get; set; }