StiComponentOnGetHyperlink Method |
Raises the GetHyperlink event.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax protected virtual void OnGetHyperlink(
StiValueEventArgs e
)
Protected Overridable Sub OnGetHyperlink (
e As StiValueEventArgs
)
Parameters
- e
- Type: Stimulsoft.Report.EventsStiValueEventArgs
A parameter which contains event data.
See Also