Occurs when hyperlink is clicked.
Namespace:
PerpetuumSoft.Reporting.ComponentsAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
event HyperlinkEventHandler HyperlinkClick |
Visual Basic (Declaration) |
---|
Event HyperlinkClick As HyperlinkEventHandler |
Visual C++ |
---|
event HyperlinkEventHandler^ HyperlinkClick { void add (HyperlinkEventHandler^ value); void remove (HyperlinkEventHandler^ value); } |