Class HyperlinkEventArgs
Inheritance
System.Object
HyperlinkEventArgs
Namespace: BoldReports.UI.Xaml
Assembly: BoldReports.UWP.dll
Syntax
public sealed class HyperlinkEventArgs : Object
Constructors
HyperlinkEventArgs()
Declaration
public HyperlinkEventArgs()
Properties
Cancel
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Hyperlink
Declaration
public string Hyperlink { get; set; }
Property Value
Type | Description |
---|---|
System.String |