HyperlinkClickEventArgs Constructors
Provides data for events that occur when users click a hyperlink.Name | Parameters | Description |
---|---|---|
HyperlinkClickEventArgs() | none | Initializes a new instance of the HyperlinkClickEventArgs class. |
HyperlinkClickEventArgs(StringBlock, MouseEventArgs) | block, mouseArgs | Initializes a new instance of the HyperlinkClickEventArgs class with specified settings. |
See Also